Re: [PATCH 1/2] usb: gadget: f_mass_storage: Remove useless rc variable
Marek Vasut <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 5:41 PM, Patrice Chotard wrote: > rc variable is used as sleep_thread() return value. > It's initialized to 0 and never updated inside sleep_thread(), > remove it and return 0. > > Signed-off-by: Patrice Chotard <[email protected]> Reviewed-by: Marek Vasut <[email protected]>