Handle the return value of usb_register() in the module_init function.

Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]>

---
 drivers/usb/atm/ueagle-atm.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c
index 465961a..90e8062 100644
--- a/drivers/usb/atm/ueagle-atm.c
+++ b/drivers/usb/atm/ueagle-atm.c
@@ -1830,9 +1830,7 @@ static int __init uea_init(void)
 {
        printk(KERN_INFO "[ueagle-atm] driver " EAGLEUSBVERSION " loaded\n");
 
-       usb_register(&uea_driver);
-
-       return 0;
+       return usb_register(&uea_driver);
 }
 
 module_init(uea_init);
-- 
1.4.2


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to