iio:light:noa1305: Fix missing break statement.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 13 Aug 2019 13:38:51 +0000 (21:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2019 07:37:36 +0000 (09:37 +0200)
commit31664caaf4d8f4f6771ca33744297d420f579ed8
treea2e57b88bb061e6460238f9235d7e2ae8ed8b4b4
parent6aed51d8912460cab375f7fc4ea834851e107b7a
iio:light:noa1305: Fix missing break statement.

This got caught by the implicit fall through detection but is
a bug rather than missing marking.

Reported-by: 0-DAY kernel test infrastructure
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Fixes: 741172d18e8a ("iio: light: noa1305: Add support for NOA1305")
Link: https://lore.kernel.org/r/20190813133851.14345-1-Jonathan.Cameron@huawei.com
Cc: Gustavo Silva <gustavo@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/light/noa1305.c