]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: remove unused variable flush_addr
authorColin Ian King <colin.king@canonical.com>
Fri, 3 Nov 2017 16:50:32 +0000 (10:50 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 3 Nov 2017 16:50:32 +0000 (10:50 -0600)
commit4b4756b66410a4561cfe17ad11d7ab75dc5449cb
tree2f85f958254f1610ce5ad4371b364df4c8552fc0
parent288547585196e6784ab2f83c2fd249890f79f32d
iommu/amd: remove unused variable flush_addr

Variable flush_addr is being assigned but is never read; it
is redundant and can be removed. Cleans up the clang warning:

drivers/iommu/amd_iommu.c:2388:2: warning: Value stored to 'flush_addr'
is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/iommu/amd_iommu.c