Files
android_kernel_xiaomi_sm8450/drivers/spi
Gustavo A. R. Silva c24bfa8f21 spi: slave: Fix missing break in switch
Apparently, this code does not actually fall through to the next case
because the machine restarts before it has a chance. However, for the
sake of maintenance and readability, we better add the missing break
statement.

Addresses-Coverity-ID: 1437892 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-10-03 16:23:10 +01:00
..
2016-07-07 11:44:43 +02:00
2018-09-06 12:09:37 +01:00
2018-07-30 12:02:07 +01:00
2018-05-03 10:27:43 +09:00
2017-01-23 18:09:37 +00:00
2018-04-24 16:10:12 +01:00
2017-08-10 15:50:23 +01:00
2017-05-26 12:41:07 +01:00
2018-09-27 23:30:48 +01:00