diff options
author | Hareesh Nagarajan <hnagar2@gmail.com> | 2005-12-12 17:42:07 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-12-12 17:42:07 -0500 |
commit | 2c27d4e53043de1c821e0af09e08dee3e92a01d6 (patch) | |
tree | a877527c4c1918a9200175024abed630b7b342bf /drivers/video/tcx.c | |
parent | 806f7bf605bdb0f2ea2253f832943890edb85d83 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 5cd78054fa7d..2b27b4474001 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c | |||
@@ -443,7 +443,7 @@ static void tcx_init_one(struct sbus_dev *sdev) | |||
443 | 443 | ||
444 | tcx_reset(&all->info); | 444 | tcx_reset(&all->info); |
445 | 445 | ||
446 | tcx_blank(0, &all->info); | 446 | tcx_blank(FB_BLANK_UNBLANK, &all->info); |
447 | 447 | ||
448 | if (fb_alloc_cmap(&all->info.cmap, 256, 0)) { | 448 | if (fb_alloc_cmap(&all->info.cmap, 256, 0)) { |
449 | printk(KERN_ERR "tcx: Could not allocate color map.\n"); | 449 | printk(KERN_ERR "tcx: Could not allocate color map.\n"); |