diff options
author | Joerg Roedel <[email protected]> | 2020-09-04 13:39:06 +0200 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2020-09-04 13:39:45 +0200 |
commit | 03c7b78b0b780ac7600641e9a59ae0610679122b (patch) | |
tree | 7e929dcf634bb8fbb2a3ec7a18e405af0d642225 /tools/perf/scripts/python/syscall-counts.py | |
parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b (diff) |
iommu/sun50i: Fix set-but-not-used variable warning
Fix the following warning the the SUN50I driver:
drivers/iommu/sun50i-iommu.c: In function 'sun50i_iommu_irq':
drivers/iommu/sun50i-iommu.c:890:14: warning: variable 'iova' set but not used [-Wunused-but-set-variable]
890 | phys_addr_t iova;
| ^~~~
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions