Re: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-17 Thread Simon Horman
On Thu, Oct 17, 2019 at 08:57:26AM +0200, Geert Uytterhoeven wrote: > Hi Shimoda-san, Simon, > > On Thu, Oct 17, 2019 at 4:18 AM Yoshihiro Shimoda > wrote: > > > From: Simon Horman, Sent: Wednesday, October 16, 2019 9:27 PM > > > > > > diff --git a/drivers/usb/renesas_usbhs/common.c > > > >

Re: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-17 Thread Geert Uytterhoeven
Hi Shimoda-san, Simon, On Thu, Oct 17, 2019 at 4:18 AM Yoshihiro Shimoda wrote: > > From: Simon Horman, Sent: Wednesday, October 16, 2019 9:27 PM > > > > diff --git a/drivers/usb/renesas_usbhs/common.c > > > b/drivers/usb/renesas_usbhs/common.c > > > index 4c3de777ef6c..a3c30b609433 100644 > >

RE: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-16 Thread Yoshihiro Shimoda
Hi Simon-san, > From: Simon Horman, Sent: Wednesday, October 16, 2019 9:27 PM > > diff --git a/drivers/usb/renesas_usbhs/common.c > > b/drivers/usb/renesas_usbhs/common.c > > index 4c3de777ef6c..a3c30b609433 100644 > > --- a/drivers/usb/renesas_usbhs/common.c > > +++

Re: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-16 Thread Simon Horman
On Tue, Oct 15, 2019 at 04:50:44PM +0100, Ben Dooks (Codethink) wrote: > Fix the warnings generated by casting to/from __le16 without > using the correct functions. > > Fixes the following sparse warnings: > > drivers/usb/renesas_usbhs/common.c:165:25: warning: incorrect type in > assignment

RE: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-15 Thread Yoshihiro Shimoda
Hi Ben, > From: Ben Dooks (Codethink), Sent: Wednesday, October 16, 2019 12:51 AM > > Fix the warnings generated by casting to/from __le16 without > using the correct functions. > > Fixes the following sparse warnings: > > drivers/usb/renesas_usbhs/common.c:165:25: warning: incorrect type in

Re: [PATCH] usb: renesas_usbhs: fix __le16 warnings

2019-10-15 Thread Geert Uytterhoeven
On Tue, Oct 15, 2019 at 5:50 PM Ben Dooks (Codethink) wrote: > Fix the warnings generated by casting to/from __le16 without > using the correct functions. > > Fixes the following sparse warnings: > > drivers/usb/renesas_usbhs/common.c:165:25: warning: incorrect type in > assignment (different