greybus: Fix missing gb_protocol_exit() on gb_exit()
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
parent
50fc08f8c0
commit
35a52cafbc
@ -302,6 +302,7 @@ error_bus:
|
||||
|
||||
static void __exit gb_exit(void)
|
||||
{
|
||||
gb_protocol_exit();
|
||||
gb_operation_exit();
|
||||
gb_gbuf_exit();
|
||||
gb_ap_exit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user