Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273406
b: refs/heads/master
c: 52b7ad3
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz committed Oct 24, 2011
1 parent 6f0c7eb commit 73a9976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 7583a213ec3bde3082547ee37ad96214513bc1cb
refs/heads/master: 52b7ad3a63a42b76f4f07cba876479a3c416f1e8
8 changes: 4 additions & 4 deletions trunk/drivers/leds/leds-mc13783.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int __devinit mc13783_led_setup(struct mc13783_led *led, int max_current)

static int __devinit mc13783_leds_prepare(struct platform_device *pdev)
{
struct mc13783_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13xxx_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13xxx *dev = dev_get_drvdata(pdev->dev.parent);
int ret = 0;
int reg = 0;
Expand Down Expand Up @@ -264,8 +264,8 @@ static int __devinit mc13783_leds_prepare(struct platform_device *pdev)

static int __devinit mc13783_led_probe(struct platform_device *pdev)
{
struct mc13783_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13783_led_platform_data *led_cur;
struct mc13xxx_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13xxx_led_platform_data *led_cur;
struct mc13783_led *led, *led_dat;
int ret, i;
int init_led = 0;
Expand Down Expand Up @@ -351,7 +351,7 @@ static int __devinit mc13783_led_probe(struct platform_device *pdev)

static int __devexit mc13783_led_remove(struct platform_device *pdev)
{
struct mc13783_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13xxx_leds_platform_data *pdata = dev_get_platdata(&pdev->dev);
struct mc13783_led *led = platform_get_drvdata(pdev);
struct mc13xxx *dev = dev_get_drvdata(pdev->dev.parent);
int i;
Expand Down

0 comments on commit 73a9976

Please sign in to comment.