diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-06-10 04:00:53 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2021-06-10 09:06:12 +0200 |
commit | 05d2cbf969be465027d645f855419dbe49ded849 (patch) | |
tree | 79857ed1964ad04251603404074658866d3c9bf4 /drivers/iommu/intel/pasid.c | |
parent | Linux 5.13-rc4 (diff) | |
download | linux-05d2cbf969be465027d645f855419dbe49ded849.tar.xz linux-05d2cbf969be465027d645f855419dbe49ded849.zip |
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 <colin.king@canonical.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20210416171826.64091-1-colin.king@canonical.com
Link: https://lore.kernel.org/r/20210610020115.1637656-2-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel/pasid.c')
0 files changed, 0 insertions, 0 deletions