lkml.org 
[lkml]   [2017]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH] nvmem: Convert to using %pOF instead of full_name
    From
    Date


    On 09/08/17 23:14, Rob Herring wrote:
    > On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring <robh@kernel.org> wrote:
    >> Now that we have a custom printf format specifier, convert users of
    >> full_name to use %pOF instead. This is preparation to remove storing
    >> of the full path string for each node.
    >>
    >> Signed-off-by: Rob Herring <robh@kernel.org>
    >> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    >> ---
    >> drivers/nvmem/core.c | 4 ++--
    >> 1 file changed, 2 insertions(+), 2 deletions(-)
    >
    > Ping?
    I have already sent this patch to Greg to queue up for next.

    Thanks,
    srini

    >
    >>
    >> diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c
    >> index 4c49285168fb..b0c60338296a 100644
    >> --- a/drivers/nvmem/core.c
    >> +++ b/drivers/nvmem/core.c
    >> @@ -794,8 +794,8 @@ struct nvmem_cell *of_nvmem_cell_get(struct device_node *np,
    >>
    >> addr = of_get_property(cell_np, "reg", &len);
    >> if (!addr || (len < 2 * sizeof(u32))) {
    >> - dev_err(&nvmem->dev, "nvmem: invalid reg on %s\n",
    >> - cell_np->full_name);
    >> + dev_err(&nvmem->dev, "nvmem: invalid reg on %pOF\n",
    >> + cell_np);
    >> rval = -EINVAL;
    >> goto err_mem;
    >> }
    >> --
    >> 2.11.0
    >>

    \
     
     \ /
      Last update: 2017-08-10 10:58    [W:3.317 / U:0.736 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site