From: Dan Carpenter Date: Wed, 27 Jun 2012 09:09:18 +0000 (+0300) Subject: iommu/amd: fix type bug in flush code X-Git-Tag: v3.5-rc7~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3775d4818d72081e2afa2aed2442a2b9ecfc5eab;p=pandora-kernel.git iommu/amd: fix type bug in flush code write_file_bool() modifies 32 bits of data, so "amd_iommu_unmap_flush" needs to be 32 bits as well or we'll corrupt memory. Fortunately it looks like the data is aligned with a gap after the declaration so this is harmless in production. Signed-off-by: Dan Carpenter Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed