Re: [PATCH v4 3/3] driver-core: print bus registration error value

2018-05-17 Thread kbuild test robot
Hi Florian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on driver-core/driver-core-testing] [also build test WARNING on v4.17-rc5 next-20180516] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https:

Re: [PATCH v4 3/3] driver-core: print bus registration error value

2018-05-16 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 02:09:54PM +0200, Florian Schmaus wrote: > On 16.05.2018 14:05, Florian Schmaus wrote: > > Signed-off-by: Florian Schmaus > > --- > > > > Notes: > > - Use correct member name 'bus_register_error' > > - Only print out error code if it is non-zero > > > > drivers/b

Re: [PATCH v4 3/3] driver-core: print bus registration error value

2018-05-16 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 02:05:27PM +0200, Florian Schmaus wrote: > Signed-off-by: Florian Schmaus > --- I can't take patches without any changelog text at all, sorry. thanks, greg k-h

Re: [PATCH v4 3/3] driver-core: print bus registration error value

2018-05-16 Thread Florian Schmaus
On 16.05.2018 14:05, Florian Schmaus wrote: > Signed-off-by: Florian Schmaus > --- > > Notes: > - Use correct member name 'bus_register_error' > - Only print out error code if it is non-zero > > drivers/base/bus.c| 4 +++- > drivers/base/driver.c | 13 ++--- > 2 files chang