Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166472
b: refs/heads/master
c: f16a5db
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Richard Purdie committed Sep 7, 2009
1 parent 3468830 commit 4a29525
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: 7f1be819cccea65dcd2a8c86de6369946b91c224
refs/heads/master: f16a5dba01ed942f427f56b0d1128251721275a5
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-clevo-mail.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static struct led_classdev clevo_mail_led = {
.flags = LED_CORE_SUSPENDRESUME,
};

static int __init clevo_mail_led_probe(struct platform_device *pdev)
static int __devinit clevo_mail_led_probe(struct platform_device *pdev)
{
return led_classdev_register(&pdev->dev, &clevo_mail_led);
}
Expand Down

0 comments on commit 4a29525

Please sign in to comment.