staging: unisys: visorbus: in my_device_destroy don't call device_epilog
authorDavid Kershner <david.kershner@unisys.com>
Thu, 3 Nov 2016 15:44:27 +0000 (11:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:56:39 +0000 (10:56 +0100)
commit9e9eec6b81b551b5da3d852526467498f4613140
tree519ec103798caffce0ebae5f1366faad540bf46e
parent8e609b5b6f871bf12d785f73d5513f0dd1fc2a6e
staging: unisys: visorbus: in my_device_destroy don't call device_epilog

The function my_device_destroy should call chipset_device_destroy
directly instead of calling device_epilog. Since this was the last
function to use device_epilog that function was removed as well.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c