From: Krzysztof Helt This patch removes redundant enable_mmio() call as the mmio mode is enabled in the probe function earlier. Signed-off-by: Krzysztof Helt diff -urp linux-old/drivers/video/tridentfb.c linux-pc/drivers/video/tridentfb.c --- linux-old/drivers/video/tridentfb.c 2008-05-01 11:19:02.000000000 +0200 +++ linux-pc/drivers/video/tridentfb.c 2008-05-01 18:06:31.000000000 +0200 @@ -905,7 +905,6 @@ static int tridentfb_set_par(struct fb_i vblankstart = var->yres; vblankend = vtotal + 2; - enable_mmio(); crtc_unlock(); write3CE(CyberControl, 8);