aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mux/adgs1408.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mux/adgs1408.c')
-rw-r--r--drivers/mux/adgs1408.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/adgs1408.c b/drivers/mux/adgs1408.c
index 12466b06692c..22ed051eb1a4 100644
--- a/drivers/mux/adgs1408.c
+++ b/drivers/mux/adgs1408.c
@@ -93,7 +93,7 @@ static int adgs1408_probe(struct spi_device *spi)
mux->idle_state = idle_state;
break;
}
- /* fall through */
+ fallthrough;
default:
dev_err(dev, "invalid idle-state %d\n", idle_state);
return -EINVAL;