Files
linux/drivers/video
Tomi Valkeinen e5dcc09dd9 video/fbdev: fix defio's fsync
commit 30ea9c5218 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-01-27 08:29:39 -08:00
..
2015-01-27 08:29:39 -08:00