projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf0142
)
iommu/amd: Remove unused struct fault.devid
author
Vasant Hegde
<vasant.hegde@amd.com>
Tue, 1 Mar 2022 08:56:25 +0000
(14:26 +0530)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 8 Mar 2022 11:19:24 +0000
(12:19 +0100)
This variable has not been used since it was introduced.
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Link:
https://lore.kernel.org/r/20220301085626.87680-5-vasant.hegde@amd.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd/iommu_v2.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/amd/iommu_v2.c
b/drivers/iommu/amd/iommu_v2.c
index 58da08cc3d01606af7932b63de41bca7e3b3bd53..2daf37c21b8534c61d24d85d0ac8ae545b38958d 100644
(file)
--- a/
drivers/iommu/amd/iommu_v2.c
+++ b/
drivers/iommu/amd/iommu_v2.c
@@
-71,7
+71,6
@@
struct fault {
struct pasid_state *state;
struct mm_struct *mm;
u64 address;
- u16 devid;
u32 pasid;
u16 tag;
u16 finish;