aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/iscsi_ibft_find.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2019-02-11 12:43:23 -0600
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2019-02-12 13:15:36 -0500
commitdf997abeebadaa4824271009e2d2b526a70a11cb (patch)
tree155b41444f66b26f149ca1ac4de7737ba66f9ec8 /drivers/firmware/iscsi_ibft_find.c
parentLinux 5.0-rc6 (diff)
downloadlinux-dev-df997abeebadaa4824271009e2d2b526a70a11cb.tar.xz
linux-dev-df997abeebadaa4824271009e2d2b526a70a11cb.zip
iscsi_ibft: Fix missing break in switch statement
Add missing break statement in order to prevent the code from falling through to case ISCSI_BOOT_TGT_NAME, which is unnecessary. This bug was found thanks to the ongoing efforts to enable -Wimplicit-fallthrough. Fixes: b33a84a38477 ("ibft: convert iscsi_ibft module to iscsi boot lib") Cc: stable@vger.kernel.org Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/firmware/iscsi_ibft_find.c')
0 files changed, 0 insertions, 0 deletions