Handle the return value of usb_register() in the module_init function. Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> --- sound/usb/usbaudio.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index a42acf6..191c811 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c @@ -3576,8 +3576,7 @@ static int __init snd_usb_audio_init(voi printk(KERN_WARNING "invalid nrpacks value.\n"); return -EINVAL; } - usb_register(&usb_audio_driver); - return 0; + return usb_register(&usb_audio_driver); } -- 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 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel