]> asedeno.scripts.mit.edu Git - linux.git/commit
vfio: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 9 Jul 2018 22:53:09 +0000 (17:53 -0500)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 6 Aug 2018 18:22:54 +0000 (12:22 -0600)
commit544c05a60aef7de34ef60eebaf46582ca2bf05f9
tree5888f06dc072d43617f2bd694a36cc80d10a5062
parent1ffaddd029c867d134a1dde39f540dcc8c52e274
vfio: Mark expected switch fall-throughs

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: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c
drivers/vfio/vfio_iommu_type1.c