Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324333
b: refs/heads/master
c: 9a32bb3
h: refs/heads/master
i:
  324331: dacb62f
v: v3
  • Loading branch information
Alexey Khoroshilov authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 3b5a81d commit 390f3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0bf5a8be4723fd5f243d9d1ed8e6eb9d81f31cf2
refs/heads/master: 9a32bb39d6a48d435135695763e5e4a06652eeda
3 changes: 2 additions & 1 deletion trunk/drivers/char/ppdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,8 @@ static int __init ppdev_init (void)
err = PTR_ERR(ppdev_class);
goto out_chrdev;
}
if (parport_register_driver(&pp_driver)) {
err = parport_register_driver(&pp_driver);
if (err < 0) {
printk (KERN_WARNING CHRDEV ": unable to register with parport\n");
goto out_class;
}
Expand Down

0 comments on commit 390f3fb

Please sign in to comment.