Skip to content

Commit

Permalink
[SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.
Browse files Browse the repository at this point in the history
From: Hareesh Nagarajan <hnagar2@gmail.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Hareesh Nagarajan authored and David S. Miller committed Dec 12, 2005
1 parent 806f7bf commit 2c27d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/tcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2c27d4e

Please sign in to comment.