Re: [PATCH] bluetooth: hci_bcm: Check for driver_register failure

2019-01-18 Thread Marcel Holtmann
Hi Aditya, > While initializing the driver, the function platform_driver_register can > fail and return an error. Consistent with other invocations, this patch > returns the error upstream. > > Signed-off-by: Aditya Pakki > --- > drivers/bluetooth/hci_bcm.c | 7 ++- > 1 file changed, 6

[PATCH] bluetooth: hci_bcm: Check for driver_register failure

2018-12-28 Thread Aditya Pakki
While initializing the driver, the function platform_driver_register can fail and return an error. Consistent with other invocations, this patch returns the error upstream. Signed-off-by: Aditya Pakki --- drivers/bluetooth/hci_bcm.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)