tridentfb: remove misplaced enable_mmio()
Remove redundant enable_mmio() call as the mmio mode is enabled in the probe function earlier. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
55654be9e1
commit
6fb488239c
|
@ -905,7 +905,6 @@ static int tridentfb_set_par(struct fb_info *info)
|
||||||
vblankstart = var->yres;
|
vblankstart = var->yres;
|
||||||
vblankend = vtotal + 2;
|
vblankend = vtotal + 2;
|
||||||
|
|
||||||
enable_mmio();
|
|
||||||
crtc_unlock();
|
crtc_unlock();
|
||||||
write3CE(CyberControl, 8);
|
write3CE(CyberControl, 8);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue