diff --git a/[refs] b/[refs] index 240e2c715e60..5c34e552a799 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 806f7bf605bdb0f2ea2253f832943890edb85d83 +refs/heads/master: 2c27d4e53043de1c821e0af09e08dee3e92a01d6 diff --git a/trunk/drivers/video/tcx.c b/trunk/drivers/video/tcx.c index 5cd78054fa7d..2b27b4474001 100644 --- a/trunk/drivers/video/tcx.c +++ b/trunk/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");