diff options
author | Robert Reif <reif@earthlink.net> | 2008-05-03 21:12:00 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-03 21:12:00 -0700 |
commit | 59f7137a1369c25308672def38f3b126d0c7575a (patch) | |
tree | 7351a48d617f841a2feee5edddd4133991b9d08a /drivers/video/ffb.c | |
parent | 81d6ec6b36bdf30e283ab98e7646571484401dbb (diff) |
sparc video: make blank use proper constant
Make blank functions use proper constant for unblanking.
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/ffb.c')
-rw-r--r-- | drivers/video/ffb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ffb.c b/drivers/video/ffb.c index 93dca3e2aa50..0f42a696d176 100644 --- a/drivers/video/ffb.c +++ b/drivers/video/ffb.c @@ -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; |