mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
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;
|
||||
vblankend = vtotal + 2;
|
||||
|
||||
enable_mmio();
|
||||
crtc_unlock();
|
||||
write3CE(CyberControl, 8);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user