Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44708
b: refs/heads/master
c: cf78bbc
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Jaroslav Kysela committed Dec 20, 2006
1 parent 27cfc73 commit 0961fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 082d6c673cae6565d874cd9f64ab304edaa8ef66
refs/heads/master: cf78bbc4b1dca9ce14b665143cf693c35da47eb0
3 changes: 1 addition & 2 deletions trunk/sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3577,8 +3577,7 @@ static int __init snd_usb_audio_init(void)
printk(KERN_WARNING "invalid nrpacks value.\n");
return -EINVAL;
}
usb_register(&usb_audio_driver);
return 0;
return usb_register(&usb_audio_driver);
}


Expand Down

0 comments on commit 0961fc0

Please sign in to comment.