fbdev: fbmem: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
b6566b47a6
commit
810180fc8e
|
@ -1347,6 +1347,7 @@ static long fb_compat_ioctl(struct file *file, unsigned int cmd,
|
||||||
case FBIOGET_CON2FBMAP:
|
case FBIOGET_CON2FBMAP:
|
||||||
case FBIOPUT_CON2FBMAP:
|
case FBIOPUT_CON2FBMAP:
|
||||||
arg = (unsigned long) compat_ptr(arg);
|
arg = (unsigned long) compat_ptr(arg);
|
||||||
|
/* fall through */
|
||||||
case FBIOBLANK:
|
case FBIOBLANK:
|
||||||
ret = do_fb_ioctl(info, cmd, arg);
|
ret = do_fb_ioctl(info, cmd, arg);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue