mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
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:
committed by
Greg Kroah-Hartman
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();
|
||||
|
||||
Reference in New Issue
Block a user