Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318970
b: refs/heads/master
c: 1522d02
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Bryan Wu committed Jul 23, 2012
1 parent 94c06a1 commit dec15c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 20c0e6b8787c5289202f688b6be78dff4568c1df
refs/heads/master: 1522d02e275332080ec27e268edc29c79c6f5e0c
3 changes: 1 addition & 2 deletions trunk/drivers/leds/leds-s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ static int s3c24xx_led_probe(struct platform_device *dev)
if (ret < 0) {
dev_err(&dev->dev, "led_classdev_register failed\n");
kfree(led);
return ret;
}

return 0;
return ret;
}

static struct platform_driver s3c24xx_led_driver = {
Expand Down

0 comments on commit dec15c6

Please sign in to comment.