Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-26 Thread Manivannan Sadhasivam
On Sat, Sep 26, 2020 at 02:46:26PM +0200, Greg KH wrote: > On Sat, Sep 26, 2020 at 12:46:04PM +0530, Manivannan Sadhasivam wrote: > > On Sat, Sep 26, 2020 at 07:39:14AM +0200, Greg KH wrote: > > > On Sat, Sep 26, 2020 at 10:57:42AM +0530, Manivannan Sadhasivam wrote: > > > > On Fri, Sep 25, 2020

Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-26 Thread Greg KH
On Sat, Sep 26, 2020 at 12:46:04PM +0530, Manivannan Sadhasivam wrote: > On Sat, Sep 26, 2020 at 07:39:14AM +0200, Greg KH wrote: > > On Sat, Sep 26, 2020 at 10:57:42AM +0530, Manivannan Sadhasivam wrote: > > > On Fri, Sep 25, 2020 at 12:01:54PM -0600, Jeffrey Hugo wrote: > > > > On 9/25/2020

Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-26 Thread Manivannan Sadhasivam
On Sat, Sep 26, 2020 at 07:39:14AM +0200, Greg KH wrote: > On Sat, Sep 26, 2020 at 10:57:42AM +0530, Manivannan Sadhasivam wrote: > > On Fri, Sep 25, 2020 at 12:01:54PM -0600, Jeffrey Hugo wrote: > > > On 9/25/2020 11:16 AM, Manivannan Sadhasivam wrote: > > > > For exposing the addresses of

Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-25 Thread Greg KH
On Sat, Sep 26, 2020 at 10:57:42AM +0530, Manivannan Sadhasivam wrote: > On Fri, Sep 25, 2020 at 12:01:54PM -0600, Jeffrey Hugo wrote: > > On 9/25/2020 11:16 AM, Manivannan Sadhasivam wrote: > > > For exposing the addresses of read/write pointers and doorbell register, > > > let's use the correct

Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-25 Thread Manivannan Sadhasivam
On Fri, Sep 25, 2020 at 12:01:54PM -0600, Jeffrey Hugo wrote: > On 9/25/2020 11:16 AM, Manivannan Sadhasivam wrote: > > For exposing the addresses of read/write pointers and doorbell register, > > let's use the correct format specifiers. This fixes the following issues > > generated using W=1

Re: [PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-25 Thread Jeffrey Hugo
On 9/25/2020 11:16 AM, Manivannan Sadhasivam wrote: For exposing the addresses of read/write pointers and doorbell register, let's use the correct format specifiers. This fixes the following issues generated using W=1 build in ARM32 and reported by Kbuild bot: All warnings (new ones prefixed by

[PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses

2020-09-25 Thread Manivannan Sadhasivam
For exposing the addresses of read/write pointers and doorbell register, let's use the correct format specifiers. This fixes the following issues generated using W=1 build in ARM32 and reported by Kbuild bot: All warnings (new ones prefixed by >>): >> drivers/bus/mhi/core/debugfs.c:75:7: