[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180719101038.9465-1-jagan@amarulasolutions.com>
Date: Thu, 19 Jul 2018 15:40:38 +0530
From: Jagan Teki <jagan@...rulasolutions.com>
To: Bin Liu <b-liu@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Jagan Teki <jagan@...rulasolutions.com>
Subject: [PATCH] usb: musb: Call musb_platform_exit from musb_stop
musb stop is musb core call during unregister or shutting down
gadget or host musb. For graceful exit add musb_platform_exit
on musb_stop so-that it can exit the musb platform driver as well.
Signed-off-by: Jagan Teki <jagan@...rulasolutions.com>
---
drivers/usb/musb/musb_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index b7d56272f9d1..0b93b6384eda 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -1110,6 +1110,7 @@ void musb_stop(struct musb *musb)
* - ...
*/
musb_platform_try_idle(musb, 0);
+ musb_platform_exit(musb);
}
/*-------------------------------------------------------------------------*/
--
2.17.1
Powered by blists - more mailing lists