]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xen: xenbus_probe_frontend: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 2 Nov 2017 18:41:07 +0000 (13:41 -0500)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 3 Nov 2017 15:36:07 +0000 (11:36 -0400)
commit5fa916f7ace1d4dd246ac3b5ebbe2800f7e1ac04
tree2d7ff976d9f50515bd3941fde775e8f8e4944efb
parent5e25f5db6abb96ca8ee2aaedcb863daa6dfcc07a
xen: xenbus_probe_frontend: mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 146562
Addresses-Coverity-ID: 146563
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/xenbus/xenbus_probe_frontend.c