ath6kl: check usb_register() return value
authorMarina Makienko <makienko@ispras.ru>
Tue, 14 Aug 2012 08:11:30 +0000 (12:11 +0400)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 24 Oct 2012 08:49:46 +0000 (11:49 +0300)
commita3b3842c2e27ba07f8f7944a76013425d182c47b
tree20adb50181999a04ced529c6a1e751d30c53cd3f
parent8114f9b6d28686de02c3f83f0543665728b1a15b
ath6kl: check usb_register() return value

ath6kl_usb_init() does not check usb_register() return value.
As a result it may incorrectly report success of driver initialization.

Found by Linux Driver Verification project (linuxtesting.org).

kvalo: fix commit title and make cosmetic changes to the code to follow
more the style used in the driver

Signed-off-by: Marina Makienko <makienko@ispras.ru>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/usb.c