staging: vboxvideo: Call fb_deferred_io_cleanup() on cleanup
authorHans de Goede <hdegoede@redhat.com>
Sun, 6 Aug 2017 13:08:42 +0000 (15:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Aug 2017 22:57:15 +0000 (15:57 -0700)
commit01d79e9b6afd15c3d2f34b39a9a6a08b45440d01
treeb31165b46574e77a672ceed87780a3213db316fd
parent70ed0929fc4f324db83fc04fea607818289839f0
staging: vboxvideo: Call fb_deferred_io_cleanup() on cleanup

On driver cleanup we need to call fb_deferred_io_cleanup() if build
with CONFIG_FB_DEFERRED_IO set.

Suggested-by: Michael Thayer <michael.thayer@oracle.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_fb.c