summaryrefslogtreecommitdiff
path: root/drivers/video/au1100fb.c
diff options
context:
space:
mode:
authorWolfram Stering <wolfram.stering@hale.at>2011-09-23 14:09:35 +0200
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-10-03 15:52:32 +0000
commit8b53b7fb57e1ce3441b1a32f8374874b53c4bc31 (patch)
treed7074d96318895062cc0bba363e4e843ff5ab560 /drivers/video/au1100fb.c
parentf8798ccbefc0e4ef7438c080b7ba0410738c8cfa (diff)
mx3fb: fix NULL pointer dereference in screen blanking.
When blanking an already blanked framebuffer, a kernel NULL pointer dereference occurred, because mx3fb driver handles all kinds of screen blanking (normal, vsync suspend, powerdown) in the same way. Certain programs (Xorg X11 server) first do a normal blank, followed by a powerdown blank, which triggered the bug. Add an additional safeguard and make sdc_disable_channel() safe against multiple calls independent of other logic. Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/au1100fb.c')
0 files changed, 0 insertions, 0 deletions