commit | 33c37c06f8066342764bd1568c9f3524efe889a5 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Mon Dec 19 15:11:49 2005 +0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Dec 20 09:27:15 2005 -0800 |
tree | ba308b43facb9fc39f412dc82ee79e96cd022df8 | |
parent | 4b3760ce3d448d4af3036cd6c650d651a16ee02d [diff] |
[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>