commit | 84b6269c3c28b920088d4d5ae3723dc740221ae9 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Thu Apr 15 16:44:42 2021 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Thu Apr 15 17:05:23 2021 +0200 |
tree | 5682b4d0d1a1edf30c10549753b5786f992ce239 | |
parent | 7876a83ffe8c23c7049a63c747a7b96cafaf10a4 [diff] |
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