linux/drivers/video/fbdev/core
Tomi Valkeinen 30ea9c5218 video/fbdev: fix defio's fsync
fb_deferred_io_fsync() returns the value of schedule_delayed_work() as
an error code, but schedule_delayed_work() does not return an error. It
returns true/false depending on whether the work was already queued.

Fix this by ignoring the return value of schedule_delayed_work().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: stable@vger.kernel.org
2014-12-30 11:18:30 +02:00
..
cfbcopyarea.c framebuffer: fix screen corruption when copying 2014-09-30 13:39:50 +03:00
cfbfillrect.c
cfbimgblt.c
fb_cmdline.c video/fbdev: Always built-in video= cmdline parsing 2014-08-06 14:50:02 +02:00
fb_ddc.c
fb_defio.c video/fbdev: fix defio's fsync 2014-12-30 11:18:30 +02:00
fb_draw.h
fb_notify.c
fb_sys_fops.c
fbcmap.c
fbcvt.c
fbmem.c video/fbdev: Always built-in video= cmdline parsing 2014-08-06 14:50:02 +02:00
fbmon.c
fbsysfs.c video: fbdev: use %*ph specifier to dump small buffers 2014-09-09 14:03:34 +03:00
Makefile video/fbdev: Always built-in video= cmdline parsing 2014-08-06 14:50:02 +02:00
modedb.c video/fbdev: Always built-in video= cmdline parsing 2014-08-06 14:50:02 +02:00
svgalib.c
syscopyarea.c
sysfillrect.c
sysimgblt.c