From: Gustavo A. R. Silva Date: Thu, 10 Jan 2019 16:34:23 +0000 (-0600) Subject: ide: hpt366: mark expected switch fall-throughs X-Git-Tag: 5.1-rc-smb3~61^2~2 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=498b58944c4ea227e4b43d56814c1fadf9b78438;hp=498b58944c4ea227e4b43d56814c1fadf9b78438;ds=sidebyside ide: hpt366: mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that, in this particular case, I removed the "else: " part from the comment. As we are now using Warning level 3: -Wimplicit-fallthrough=3, this is what GCC is expecting to find. Signed-off-by: Gustavo A. R. Silva Signed-off-by: David S. Miller ---