diff options
author | Colin Ian King <[email protected]> | 2021-06-10 10:00:53 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2021-06-10 09:06:12 +0200 |
commit | 05d2cbf969be465027d645f855419dbe49ded849 (patch) | |
tree | 79857ed1964ad04251603404074658866d3c9bf4 /lib/mpi/mpi-sub-ui.c | |
parent | 8124c8a6b35386f73523d27eacb71b5364a68c4c (diff) |
iommu/vt-d: Remove redundant assignment to variable agaw
The variable agaw is initialized with a value that is never read and it
is being updated later with a new value as a counter in a for-loop. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Lu Baolu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions