iommu/amd: Add default branch in amd_iommu_capable()
authorLu Baolu <baolu.lu@linux.intel.com>
Mon, 8 Oct 2018 02:24:19 +0000 (10:24 +0800)
committerJoerg Roedel <jroedel@suse.de>
Mon, 8 Oct 2018 14:46:41 +0000 (16:46 +0200)
commite84b7cc457f99ff5d034914e78e1c329df89ebee
tree3e20628e37936518d1e65c240fdcd43a26e0e141
parent24d2c521749d8547765b555b7a85cca179bb2275
iommu/amd: Add default branch in amd_iommu_capable()

Recent gcc warns about switching on an enumeration, but not having
an explicit case statement for all members of the enumeration. To
show the compiler this is intentional, we simply add a default case
with nothing more than a break statement.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c