Skip to content
Unverified Commit 6ae66783 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

spi: sh-msiof: remove redundant pointer dev



The pointer dev is assigned but never read, hence it is redundant
and can be removed. Cleans up clang warning:

drivers/spi/spi-sh-msiof.c:1198:2: warning: Value stored to 'dev'
is never read

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ecb1596a
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