spi: pxa2xx: Do not needlessly initialize stack variables
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Wed, 7 Sep 2016 14:04:05 +0000 (17:04 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 12 Sep 2016 19:01:27 +0000 (20:01 +0100)
commitbffc967e93c771805739a4cc4c7849a749a7b0a6
tree05d4a5c8c344e8cc77fbc5c5af10ee9c5f061353
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
spi: pxa2xx: Do not needlessly initialize stack variables

All of these variables are unconditionally set before their use.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx-dma.c
drivers/spi/spi-pxa2xx.c