]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()
authorJoerg Roedel <jroedel@suse.de>
Thu, 3 May 2018 13:25:17 +0000 (15:25 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 3 May 2018 14:32:11 +0000 (16:32 +0200)
commit7d5fc7be87d7aabc9e1a73d1dfef9413e2e7d0c5
tree3d4c642f27a35f59c6bef8ca14a2e52cd1064db7
parent96204b8066c3d16907ea2ea4b798bf597eaf9156
iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()

A misaligned address is only worth a warning, and not
stopping the while execution path with a BUG_ON().

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/dmar.c