summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva2018-07-10 00:53:09 +0200
committerAlex Williamson2018-08-06 20:22:54 +0200
commit544c05a60aef7de34ef60eebaf46582ca2bf05f9 (patch)
tree5888f06dc072d43617f2bd694a36cc80d10a5062 /drivers/vfio/vfio_iommu_type1.c
parentLinux 4.18-rc8 (diff)
downloadkernel-qcow2-linux-544c05a60aef7de34ef60eebaf46582ca2bf05f9.tar.gz
kernel-qcow2-linux-544c05a60aef7de34ef60eebaf46582ca2bf05f9.tar.xz
kernel-qcow2-linux-544c05a60aef7de34ef60eebaf46582ca2bf05f9.zip
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>
Diffstat (limited to 'drivers/vfio/vfio_iommu_type1.c')
-rw-r--r--drivers/vfio/vfio_iommu_type1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c
index 3e5b17710a4f..d9fd3188615d 100644
--- a/drivers/vfio/vfio_iommu_type1.c
+++ b/drivers/vfio/vfio_iommu_type1.c
@@ -1601,6 +1601,7 @@ static void *vfio_iommu_type1_open(unsigned long arg)
break;
case VFIO_TYPE1_NESTING_IOMMU:
iommu->nesting = true;
+ /* fall through */
case VFIO_TYPE1v2_IOMMU:
iommu->v2 = true;
break;