aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2013-09-12 11:57:01 +0100
committerTim Deegan <tim@xen.org>2013-09-17 16:36:25 +0100
commit72fa4fdf647ba99ecaf39589a93cde8dd36eed3c (patch)
tree3e82caa8a3182b3fc3ca2caf414b092ca8f534f8 /xen/drivers
parent554ded9d9f50c01ae05415b575a6b172c4023279 (diff)
downloadxen-72fa4fdf647ba99ecaf39589a93cde8dd36eed3c.tar.gz
xen-72fa4fdf647ba99ecaf39589a93cde8dd36eed3c.tar.bz2
xen-72fa4fdf647ba99ecaf39589a93cde8dd36eed3c.zip
passthrough/amd: Missing 'break'
Coverity CID 1055502 Signed-off-by: Tim Deegan <tim@xen.org> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Diffstat (limited to 'xen/drivers')
-rw-r--r--xen/drivers/passthrough/amd/iommu_guest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/drivers/passthrough/amd/iommu_guest.c b/xen/drivers/passthrough/amd/iommu_guest.c
index 85f23610a4..952600a9c6 100644
--- a/xen/drivers/passthrough/amd/iommu_guest.c
+++ b/xen/drivers/passthrough/amd/iommu_guest.c
@@ -728,6 +728,7 @@ static void guest_iommu_mmio_write64(struct guest_iommu *iommu,
break;
case IOMMU_EVENT_LOG_BASE_LOW_OFFSET:
u64_to_reg(&iommu->event_log.reg_base, val);
+ break;
case IOMMU_PPR_LOG_BASE_LOW_OFFSET:
u64_to_reg(&iommu->ppr_log.reg_base, val);
break;