Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304403
b: refs/heads/master
c: 305b876
h: refs/heads/master
i:
  304401: 1dcbdff
  304399: ee4f616
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 23, 2012
1 parent 7d5b409 commit ab772d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 542038f4df5a9d5d806a4af8725d2d21c4423a15
refs/heads/master: 305b8766a9833491b388ac98d57ce38a8106a1e0
5 changes: 1 addition & 4 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,13 +1297,10 @@ static struct usb_driver line6_driver = {
*/
static int __init line6_init(void)
{
int i, retval;
int retval;

printk(KERN_INFO "%s driver version %s\n", DRIVER_NAME, DRIVER_VERSION);

for (i = LINE6_MAX_DEVICES; i--;)
line6_devices[i] = NULL;

retval = usb_register(&line6_driver);

if (retval) {
Expand Down

0 comments on commit ab772d3

Please sign in to comment.