Re: [PATCH RESEND][next] phy: qcom-usb-hs: Fix fall-through warnings for Clang

2021-03-15 Thread Vinod Koul
On 05-03-21, 04:02, Gustavo A. R. Silva wrote: > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > by explicitly adding a break statement instead of letting the code fall > through to the next case. Applied, thanks -- ~Vinod

[PATCH RESEND][next] phy: qcom-usb-hs: Fix fall-through warnings for Clang

2021-03-05 Thread Gustavo A. R. Silva
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva --- drivers/phy/qualcomm/phy-qcom-usb-hs.c