]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/amd: Fix wrong shift direction
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 11 Oct 2011 15:41:32 +0000 (17:41 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 11 Oct 2011 15:41:32 +0000 (17:41 +0200)
commitfcd0861db1cf4e6ed99f60a815b7b72c2ed36ea4
treeeda4a79003476bd19a819dba3c12d5bc9b3d574d
parente33acde91140f1809952d1c135c36feb66a51887
iommu/amd: Fix wrong shift direction

The shift direction was wrong because the function takes a
page number and i is the address is the loop.

Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu.c