ide: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 20 Nov 2020 18:36:20 +0000 (12:36 -0600)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 18 May 2021 00:54:08 +0000 (19:54 -0500)
commit731d5f441e1c6c1c4f012ac43b644f63e9ae8478
tree4154e1eab483c17ff434a3466982d1d68dc11497
parent58e31cf015e68e2696cbced6f2128ec68162ef17
ide: 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>
drivers/ide/siimage.c