projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966b753
)
iommu/amd: Remove unused variable
author
Joerg Roedel
<jroedel@suse.de>
Mon, 23 Dec 2019 13:09:46 +0000
(14:09 +0100)
committer
Joerg Roedel
<jroedel@suse.de>
Mon, 23 Dec 2019 13:09:46 +0000
(14:09 +0100)
The iommu variable in set_device_exclusion_range() us unused
now and causes a compiler warning. Remove it.
Fixes:
387caf0b759a
("iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/amd_iommu_init.c
b/drivers/iommu/amd_iommu_init.c
index
3664959
..
ba7ee4a
100644
(file)
--- a/
drivers/iommu/amd_iommu_init.c
+++ b/
drivers/iommu/amd_iommu_init.c
@@
-1118,8
+1118,6
@@
static int __init add_early_maps(void)
*/
static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
{
- struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
-
if (!(m->flags & IVMD_FLAG_EXCL_RANGE))
return;