From: Gustavo A. R. Silva Date: Thu, 13 Sep 2018 18:59:13 +0000 (-0500) Subject: i2c: synquacer: fix fall-through annotation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4310834412199ac9ab02350e5c360a210478e015;p=openwrt%2Fstaging%2Fblogic.git i2c: synquacer: fix fall-through annotation Replace "fallthru" with a proper "fall through" annotation. This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough Signed-off-by: Gustavo A. R. Silva Acked-by: Ard Biesheuvel Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-synquacer.c b/drivers/i2c/busses/i2c-synquacer.c index 915f5edbab33..2184b7c3580e 100644 --- a/drivers/i2c/busses/i2c-synquacer.c +++ b/drivers/i2c/busses/i2c-synquacer.c @@ -404,7 +404,7 @@ static irqreturn_t synquacer_i2c_isr(int irq, void *dev_id) if (i2c->state == STATE_READ) goto prepare_read; - /* fallthru */ + /* fall through */ case STATE_WRITE: if (bsr & SYNQUACER_I2C_BSR_LRB) {