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

2018-05-16 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 06:08:16PM +0200, Florian Schmaus wrote: > If driver_register() is called with an device driver which previously > called bus_register() but failed, then print out the bus_register() > error code. > > Signed-off-by: Florian Schmaus > --- > > Notes: >

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

2018-05-16 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 06:08:16PM +0200, Florian Schmaus wrote: > If driver_register() is called with an device driver which previously > called bus_register() but failed, then print out the bus_register() > error code. > > Signed-off-by: Florian Schmaus > --- > > Notes: > - Do not split

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

2018-05-16 Thread Florian Schmaus
If driver_register() is called with an device driver which previously called bus_register() but failed, then print out the bus_register() error code. Signed-off-by: Florian Schmaus --- Notes: - Do not split long strings across lines. drivers/base/driver.c | 10

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

2018-05-16 Thread Florian Schmaus
If driver_register() is called with an device driver which previously called bus_register() but failed, then print out the bus_register() error code. Signed-off-by: Florian Schmaus --- Notes: - Do not split long strings across lines. drivers/base/driver.c | 10 -- 1 file changed,