[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VefTFx-HdaVhVG9uYO4Ec_S20eMjGRPeso+raCU4XEjeg@mail.gmail.com>
Date: Mon, 25 Mar 2019 17:03:52 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: John Garry <john.garry@...wei.com>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Borislav Petkov <bp@...e.de>,
Guenter Roeck <linux@...ck-us.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-pci@...r.kernel.org,
Kefeng Wang <wangkefeng.wang@...wei.com>,
Linuxarm <linuxarm@...wei.com>, Alexander Graf <agraf@...e.de>
Subject: Re: [PATCH v2 3/3] lib: logic_pio: Make some prints explicitly hex
On Mon, Mar 25, 2019 at 11:49 AM John Garry <john.garry@...wei.com> wrote:
> On 23/03/2019 19:12, Andy Shevchenko wrote:
> > On Wed, Mar 20, 2019 at 8:14 PM John Garry <john.garry@...wei.com> wrote:
> >>
> >> Some prints in the code are for a hex number, but don't prefix "0x". Add
> >> the prefix, as is the norm.
> >
> >> - pr_err("addr %llx not registered in io_range_list\n",
> >> + pr_err("addr 0x%llx not registered in io_range_list\n",
> >> (unsigned long long) addr);
> >
> > Can we use %pa at the same time?
> OK, I think that we can use %pa and drop the casting to unsigned long long.
Yes, that it is the point.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists