Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299508
b: refs/heads/master
c: 5509fea
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre committed Apr 17, 2012
1 parent f414625 commit fbd9eaa
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: ee9dd7631af6fb5c02964ed5b496217cd4ced059
refs/heads/master: 5509fea59bb1bad4ead7d9a194cb4555c1350e1c
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-atmel-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void pwmled_brightness(struct led_classdev *cdev, enum led_brightness b)
* NOTE: we reuse the platform_data structure of GPIO leds,
* but repurpose its "gpio" number as a PWM channel number.
*/
static int __init pwmled_probe(struct platform_device *pdev)
static int __devinit pwmled_probe(struct platform_device *pdev)
{
const struct gpio_led_platform_data *pdata;
struct pwmled *leds;
Expand Down

0 comments on commit fbd9eaa

Please sign in to comment.