commit | d7b990a035a86a07e81231caceb6e624056c258f | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sun Sep 02 23:30:13 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 04 14:28:42 2012 -0700 |
tree | cbb2c075ad29d7ff9b6f3c054f012e20259e12a8 | |
parent | 1d200e8d0a53f419e89097b0fc197941228191c3 [diff] |
staging: bcm: fix error handling in bcm_init() bcm_init() does not have proper error handling of usb_register(). The patch implements one. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>