Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26280
b: refs/heads/master
c: 1ac3836
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Drake authored and Linus Torvalds committed Apr 28, 2006
1 parent 8177729 commit 85e88f5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 13e87ec68641fd54f3fa04eef3419d034ed2115a
refs/heads/master: 1ac3836ce689e594b20c7c9855f64a63751c2d10
2 changes: 1 addition & 1 deletion trunk/drivers/char/tipar.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ tipar_init_module(void)
err = PTR_ERR(tipar_class);
goto out_chrdev;
}
if (parport_register_driver(&tipar_driver) || tp_count == 0) {
if (parport_register_driver(&tipar_driver)) {
printk(KERN_ERR "tipar: unable to register with parport\n");
err = -EIO;
goto out_class;
Expand Down

0 comments on commit 85e88f5

Please sign in to comment.