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/p9100.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/p9100.c')
-rw-r--r-- | drivers/video/p9100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/p9100.c b/drivers/video/p9100.c index c95874fe9076..676ffb06d1c7 100644 --- a/drivers/video/p9100.c +++ b/drivers/video/p9100.c @@ -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; |