Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349095
b: refs/heads/master
c: afc1030
h: refs/heads/master
i:
  349093: 963ab82
  349091: 0ed99bb
  349087: a37fda8
v: v3
  • Loading branch information
Gwenhael Goavec-Merou authored and Shawn Guo committed Jan 14, 2013
1 parent d9dd8bf commit 5008b19
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 006e792ba5f60c59d8bc5ac5628c54e021e8580f
refs/heads/master: afc10301f70350b490ca518ceb793928854b5453
3 changes: 2 additions & 1 deletion trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ static int __init imxfb_init_fbinfo(struct platform_device *pdev)

memset(fbi, 0, sizeof(struct imxfb_info));

fbi->devtype = pdev->id_entry->driver_data;

strlcpy(info->fix.id, IMX_NAME, sizeof(info->fix.id));

info->fix.type = FB_TYPE_PACKED_PIXELS;
Expand Down Expand Up @@ -789,7 +791,6 @@ static int __init imxfb_probe(struct platform_device *pdev)
return -ENOMEM;

fbi = info->par;
fbi->devtype = pdev->id_entry->driver_data;

if (!fb_mode)
fb_mode = pdata->mode[0].mode.name;
Expand Down

0 comments on commit 5008b19

Please sign in to comment.