]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vboxvideo: Drop vbox_bo_unref() helper
authorHans de Goede <hdegoede@redhat.com>
Tue, 11 Sep 2018 07:15:44 +0000 (09:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:22:59 +0000 (13:22 +0200)
commitfc6310d72c90784a0c9e09840742014b1183b1c6
tree99d4dc453b3a74d5b30d2e18c8d6cf087ef76fa5
parent51d93fa0092cc9c81dc01f78193dbf2b2ed5bc5d
staging: vboxvideo: Drop vbox_bo_unref() helper

Drop the unnecessary vbox_bo_unref() helper and directly call ttm_bo_put()
at the single call site.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_main.c