Re: [PATCH] mfd: omap-usb-host: Mark expected switch fall-throughs

From: Lee Jones
Date: Mon Aug 12 2019 - 04:14:54 EST


On Sun, 28 Jul 2019, Gustavo A. R. Silva wrote:

> Mark switch cases where we are expecting to fall through.
>
> This patch fixes the following warnings:
>
> drivers/mfd/omap-usb-host.c: In function 'usbhs_runtime_resume':
> drivers/mfd/omap-usb-host.c:303:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
> if (!IS_ERR(omap->hsic480m_clk[i])) {
> ^
> drivers/mfd/omap-usb-host.c:313:3: note: here
> case OMAP_EHCI_PORT_MODE_TLL:
> ^~~~
> drivers/mfd/omap-usb-host.c: In function 'usbhs_runtime_suspend':
> drivers/mfd/omap-usb-host.c:345:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
> if (!IS_ERR(omap->hsic480m_clk[i]))
> ^
> drivers/mfd/omap-usb-host.c:349:3: note: here
> case OMAP_EHCI_PORT_MODE_TLL:
> ^~~~
>
> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
> ---
> drivers/mfd/omap-usb-host.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

--
Lee Jones [æçæ]
Linaro Services Technical Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog