]> bbs.cooldavid.org Git - net-next-2.6.git/commit
intel-iommu fixes
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 29 Oct 2007 04:51:16 +0000 (04:51 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 29 Oct 2007 14:41:32 +0000 (07:41 -0700)
commit4fe05bbcd53160616774b6f5619b8a55bcfa1c57
treef6b03c6b5013ddb3ab13f7521d593d6bed5b1886
parentb4a08a10b12c145da67cc788849bf7cc6efaa210
intel-iommu fixes

 - off by one in dmar_get_fault_reason() (maximal index in array is
   ARRAY_SIZE()-1, not ARRAY_SIZE())
 - NULL noise removal
 - __iomem annotation fix

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/intel-iommu.c
drivers/pci/intel-iommu.h