Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24349
b: refs/heads/master
c: 803d0ab
h: refs/heads/master
i:
  24347: ace20a9
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed Mar 27, 2006
1 parent 711f79b commit 3f3e6e0
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: 8c59c4a2216583cf79eaaaf71ef1dd5757e12854
refs/heads/master: 803d0abb3dcfc93701c8a8dc7f2968a47271214c
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/nsc-ircc.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int __init nsc_ircc_init(void)
/* Register with PnP subsystem to detect disable ports */
ret = pnp_register_driver(&nsc_ircc_pnp_driver);

if (ret >= 0)
if (!ret)
pnp_registered = 1;

ret = -ENODEV;
Expand Down

0 comments on commit 3f3e6e0

Please sign in to comment.