usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 2 Dec 2024 07:46:44 +0000 (08:46 +0100)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 11 Feb 2025 07:59:27 +0000 (08:59 +0100)
commit4b6a3e860878de5198f5561a0d8c602a9c296f0a
tree4e605d313b35d89f576b182c0c0c859520a5e201
parentaa817a2f1fb66067fc3c6dc7d9d1a84bbaa99df9
usb: gadget: f_mass_storage: Add schedule() in sleep_thread()

In case "ums" command is used on platforms which don't implement
g_dnl_board_usb_cable_connected() and USB cable is not connected,
we stay inside sleep_thread() forever and watchdog is triggered.

Add schedule() call to avoid this issue.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20241202074644.5380-1-patrice.chotard@foss.st.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
drivers/usb/gadget/f_mass_storage.c