iommu/fsl-pamu: Fix uninitialized variable warning
authorJoerg Roedel <jroedel@suse.de>
Thu, 15 Apr 2021 14:44:42 +0000 (16:44 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 15 Apr 2021 15:05:23 +0000 (17:05 +0200)
commit84b6269c3c28b920088d4d5ae3723dc740221ae9
tree5682b4d0d1a1edf30c10549753b5786f992ce239
parent7876a83ffe8c23c7049a63c747a7b96cafaf10a4
iommu/fsl-pamu: Fix uninitialized variable warning

The variable 'i' in the function update_liodn_stash() is not
initialized and only used in a debug printk(). So it has no
meaning at all, remove it.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210415144442.25103-1-joro@8bytes.org
drivers/iommu/fsl_pamu_domain.c