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)
commit4f6f44086fce7f4d558f762b53c8dcabe5763937
tree99d4dc453b3a74d5b30d2e18c8d6cf087ef76fa5
parentce8ec32cbd420684b2ed31c8440b8044ca5f8ffb
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