Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199064
b: refs/heads/master
c: 1e653ac
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Richard Purdie committed May 26, 2010
1 parent 3178204 commit f67fa4f
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: 7e1ce34f25c984a93dc0a2d8c217f7f78516b376
refs/heads/master: 1e653accf7d2b02e75af550963b261b3243ac20e
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-ss4200.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ static int __init nas_gpio_init(void)
set_power_light_amber_noblink();
return 0;
out_err:
for (; i >= 0; i--)
for (i--; i >= 0; i--)
unregister_nasgpio_led(i);
pci_unregister_driver(&nas_gpio_pci_driver);
return ret;
Expand Down

0 comments on commit f67fa4f

Please sign in to comment.