diff options
| -rw-r--r-- | drivers/video/s1d13xxxfb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c index e5d0f92eeae3..feec47bdd479 100644 --- a/drivers/video/s1d13xxxfb.c +++ b/drivers/video/s1d13xxxfb.c | |||
| @@ -588,6 +588,7 @@ s1d13xxxfb_probe(struct platform_device *pdev) | |||
| 588 | goto bail; | 588 | goto bail; |
| 589 | } | 589 | } |
| 590 | 590 | ||
| 591 | platform_set_drvdata(pdev, info); | ||
| 591 | default_par = info->par; | 592 | default_par = info->par; |
| 592 | default_par->regs = ioremap_nocache(pdev->resource[1].start, | 593 | default_par->regs = ioremap_nocache(pdev->resource[1].start, |
| 593 | pdev->resource[1].end - pdev->resource[1].start +1); | 594 | pdev->resource[1].end - pdev->resource[1].start +1); |
| @@ -638,8 +639,6 @@ s1d13xxxfb_probe(struct platform_device *pdev) | |||
| 638 | goto bail; | 639 | goto bail; |
| 639 | } | 640 | } |
| 640 | 641 | ||
| 641 | platform_set_drvdata(pdev, info); | ||
| 642 | |||
| 643 | printk(KERN_INFO "fb%d: %s frame buffer device\n", | 642 | printk(KERN_INFO "fb%d: %s frame buffer device\n", |
| 644 | info->node, info->fix.id); | 643 | info->node, info->fix.id); |
| 645 | 644 | ||
