Re: [PATCH] wusb: Remove unnecessary static function ckhdid_printf

2019-03-01 Thread Greg KH
On Fri, Mar 01, 2019 at 10:18:32AM -0800, Nick Desaulniers wrote: > On Thu, Feb 28, 2019 at 8:38 PM Joe Perches wrote: > > > > This static inline is unnecessary and can be removed > > by using the vsprintf %ph extension. > > > > This reduces overall object size by more than 2K. > > > > Signed-off-

Re: [PATCH] wusb: Remove unnecessary static function ckhdid_printf

2019-03-01 Thread Nick Desaulniers
On Thu, Feb 28, 2019 at 8:38 PM Joe Perches wrote: > > This static inline is unnecessary and can be removed > by using the vsprintf %ph extension. > > This reduces overall object size by more than 2K. > > Signed-off-by: Joe Perches Deserves a reported by tag from (https://lkml.org/lkml/2019/2/28

Re: [PATCH] wusb: Remove unnecessary static function ckhdid_printf

2019-03-01 Thread Louis Taylor
On Thu, Feb 28, 2019 at 08:38:16PM -0800, Joe Perches wrote: > This static inline is unnecessary and can be removed > by using the vsprintf %ph extension. > > This reduces overall object size by more than 2K. > > Signed-off-by: Joe Perches > --- > drivers/usb/wusbcore/cbaf.c | 15

[PATCH] wusb: Remove unnecessary static function ckhdid_printf

2019-02-28 Thread Joe Perches
This static inline is unnecessary and can be removed by using the vsprintf %ph extension. This reduces overall object size by more than 2K. Signed-off-by: Joe Perches --- drivers/usb/wusbcore/cbaf.c | 15 --- drivers/usb/wusbcore/dev-sysfs.c | 5 ++--- drivers/usb/wusbcore/d