Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180179
b: refs/heads/master
c: 1ec5620
h: refs/heads/master
i:
  180177: 869daf0
  180175: 2f4961d
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Feb 3, 2010
1 parent 887c7e4 commit ae203fd
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4528fd0595847c2078b59f24800e751c2d6b7e41
refs/heads/master: 1ec562035ba64e724652cb12b8a770b3906e9bf5
6 changes: 4 additions & 2 deletions trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ static int imxfb_activate_var(struct fb_var_screeninfo *var, struct fb_info *inf
*/
static int imxfb_suspend(struct platform_device *dev, pm_message_t state)
{
struct imxfb_info *fbi = platform_get_drvdata(dev);
struct fb_info *info = platform_get_drvdata(dev);
struct imxfb_info *fbi = info->par;

pr_debug("%s\n", __func__);

Expand All @@ -603,7 +604,8 @@ static int imxfb_suspend(struct platform_device *dev, pm_message_t state)

static int imxfb_resume(struct platform_device *dev)
{
struct imxfb_info *fbi = platform_get_drvdata(dev);
struct fb_info *info = platform_get_drvdata(dev);
struct imxfb_info *fbi = info->par;

pr_debug("%s\n", __func__);

Expand Down

0 comments on commit ae203fd

Please sign in to comment.