Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96117
b: refs/heads/master
c: 59f7137
h: refs/heads/master
i:
  96115: dc90e90
v: v3
  • Loading branch information
Robert Reif authored and David S. Miller committed May 4, 2008
1 parent 4048f11 commit 09fc8f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 81d6ec6b36bdf30e283ab98e7646571484401dbb
refs/heads/master: 59f7137a1369c25308672def38f3b126d0c7575a
2 changes: 1 addition & 1 deletion trunk/drivers/video/bw2.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static int __devinit bw2_probe(struct of_device *op, const struct of_device_id *
if (!info->screen_base)
goto out_unmap_regs;

bw2_blank(0, info);
bw2_blank(FB_BLANK_UNBLANK, info);

bw2_init_fix(info, linebytes);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/cg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static int __devinit cg3_probe(struct of_device *op,
if (!info->screen_base)
goto out_unmap_regs;

cg3_blank(0, info);
cg3_blank(FB_BLANK_UNBLANK, info);

if (!of_find_property(dp, "width", NULL)) {
err = cg3_do_default_mode(par);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/cg6.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ static int __devinit cg6_probe(struct of_device *op,

cg6_bt_init(par);
cg6_chip_init(info);
cg6_blank(0, info);
cg6_blank(FB_BLANK_UNBLANK, info);

if (fb_alloc_cmap(&info->cmap, 256, 0))
goto out_unmap_regs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/ffb.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ static int __devinit ffb_probe(struct of_device *op,
* chosen console, it will have video outputs off in
* the DAC.
*/
ffb_blank(0, info);
ffb_blank(FB_BLANK_UNBLANK, info);

if (fb_alloc_cmap(&info->cmap, 256, 0))
goto out_unmap_dac;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/leo.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ static int __devinit leo_probe(struct of_device *op, const struct of_device_id *
leo_init_wids(info);
leo_init_hw(info);

leo_blank(0, info);
leo_blank(FB_BLANK_UNBLANK, info);

if (fb_alloc_cmap(&info->cmap, 256, 0))
goto out_unmap_regs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/p9100.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static int __devinit p9100_probe(struct of_device *op, const struct of_device_id
if (!info->screen_base)
goto out_unmap_regs;

p9100_blank(0, info);
p9100_blank(FB_BLANK_UNBLANK, info);

if (fb_alloc_cmap(&info->cmap, 256, 0))
goto out_unmap_screen;
Expand Down

0 comments on commit 09fc8f1

Please sign in to comment.