Skip to content
Commit 0be4838f authored by Colin Ian King's avatar Colin Ian King Committed by Borislav Petkov
Browse files

x86/events/amd/iommu: Remove redundant assignment to variable shift



Variable shift is being initialized with a value that is never read, it
is being re-assigned later inside a loop. The assignment is redundant
and can be removed.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211207185001.1412413-1-colin.i.king@gmail.com
parent bc7aaf52
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