Searched hist:"58 e31cf015e68e2696cbced6f2128ec68162ef17" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | max6621.c | diff 58e31cf015e68e2696cbced6f2128ec68162ef17 Fri Nov 20 19:36:09 CET 2020 Gustavo A. R. Silva <gustavoars@kernel.org> hwmon: (max6621) Fix fall-through warnings for Clang
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 Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
|