]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] intelfb: Fix oops when changing video mode
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 19 Dec 2005 07:11:49 +0000 (15:11 +0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Dec 2005 17:27:15 +0000 (09:27 -0800)
commit2b132f319347e57f910a1cf02e97f1a0b977e45f
treeba308b43facb9fc39f412dc82ee79e96cd022df8
parent743d5a48c896f9c50468f8b2f853092cf6d7680b
[PATCH] intelfb: Fix oops when changing video mode

Reported by: janis huang (Bugzilla Bug 5747)

Fix on oops in intelfb.  Not sure what's happening, looks like
dinfo->name pointer is invalidated after initialization.  Remove
intelfb_get_fix, it's not needed and move the majority of the code to
the initialization routine.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/intelfb/intelfbdrv.c