lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqJH=s-JOH=OuwPv+pMHYJftVb-ODgL0P6ibDyETx+4W3A@mail.gmail.com>
Date:   Fri, 28 Sep 2018 16:54:00 -0500
From:   Rob Herring <robh@...nel.org>
To:     Jassi Brar <jaswinder.singh@...aro.org>,
        Jassi Brar <jassisinghbrar@...il.com>
Cc:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mailbox: Convert to using %pOFn instead of device_node.name

On Mon, Aug 27, 2018 at 8:54 PM Rob Herring <robh@...nel.org> wrote:
>
> In preparation to remove the node name pointer from struct device_node,
> convert printf users to use the %pOFn format specifier.
>
> Cc: Jassi Brar <jassisinghbrar@...il.com>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
>  drivers/mailbox/ti-msgmgr.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Ping.

>
> diff --git a/drivers/mailbox/ti-msgmgr.c b/drivers/mailbox/ti-msgmgr.c
> index 5bceafbf6699..713d701b6568 100644
> --- a/drivers/mailbox/ti-msgmgr.c
> +++ b/drivers/mailbox/ti-msgmgr.c
> @@ -560,8 +560,8 @@ static struct mbox_chan *ti_msgmgr_of_xlate(struct mbox_controller *mbox,
>         }
>
>  err:
> -       dev_err(inst->dev, "Queue ID %d, Proxy ID %d is wrong on %s\n",
> -               req_qid, req_pid, p->np->name);
> +       dev_err(inst->dev, "Queue ID %d, Proxy ID %d is wrong on %pOFn\n",
> +               req_qid, req_pid, p->np);
>         return ERR_PTR(-ENOENT);
>  }
>
> --
> 2.17.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ