Home
last modified time | relevance | path

Searched hist:e06abcc68cb555377efd5aa781c014d3d68498b6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.cdiff e06abcc68cb555377efd5aa781c014d3d68498b6 Tue Apr 20 15:11:29 CDT 2021 Gustavo A. R. Silva <gustavo@embeddedor.com> libata: 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
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>