]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8eb8bd47779c9b44d4ab1ee707a5a368019d1e78
treeb31165b46574e77a672ceed87780a3213db316fd
parent2b54d5ba3cf7510d31fc82f864b1ba047801e7f0
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