aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/tcx.c
diff options
context:
space:
mode:
authorHareesh Nagarajan <hnagar2@gmail.com>2005-12-12 14:42:07 -0800
committerDavid S. Miller <davem@davemloft.net>2005-12-12 14:42:07 -0800
commit2c27d4e53043de1c821e0af09e08dee3e92a01d6 (patch)
treea877527c4c1918a9200175024abed630b7b342bf /drivers/video/tcx.c
parent806f7bf605bdb0f2ea2253f832943890edb85d83 (diff)
[SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.
From: Hareesh Nagarajan <hnagar2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r--drivers/video/tcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c
index 5cd78054fa7..2b27b447400 100644
--- a/drivers/video/tcx.c
+++ b/drivers/video/tcx.c
@@ -443,7 +443,7 @@ static void tcx_init_one(struct sbus_dev *sdev)
tcx_reset(&all->info);
- tcx_blank(0, &all->info);
+ tcx_blank(FB_BLANK_UNBLANK, &all->info);
if (fb_alloc_cmap(&all->info.cmap, 256, 0)) {
printk(KERN_ERR "tcx: Could not allocate color map.\n");