]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
spi: npcm: Fix uninitialized variable warning
authorOlof Johansson <olof@lixom.net>
Sat, 17 Nov 2018 03:55:04 +0000 (19:55 -0800)
committerMark Brown <broonie@kernel.org>
Tue, 27 Nov 2018 14:07:08 +0000 (14:07 +0000)
commit1d2319efb6a970d5f5740a60828244e6c309df2b
treeea1960e2103d9caa7279917c627b4b10cf6123ea
parenta1880d38674b1b7e120a231151298b2eb530b645
spi: npcm: Fix uninitialized variable warning

The compiler has no way to know that rsize 1 or 2 are the only valid
values. Also simplify the code a bit with early return.

The warning was:

drivers/spi/spi-npcm-pspi.c:215:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-npcm-pspi.c