Skip to content
Commit 84b6269c authored by Joerg Roedel's avatar Joerg Roedel
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210415144442.25103-1-joro@8bytes.org
parent 7876a83f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment