Skip to content
Commit 8e3f68da authored by Martin Hundebøll's avatar Martin Hundebøll Committed by Greg Kroah-Hartman
Browse files

spi: bcm2835: remove use of uninitialized gpio flags variable



commit bc7f2cd7 upstream.

Removing the duplicate gpio chip select level handling in
bcm2835_spi_setup() left the lflags variable uninitialized. Avoid trhe
use of such variable by passing default flags to
gpiochip_request_own_desc().

Fixes: 5e31ba0c ("spi: bcm2835: fix gpio cs level inversion")
Signed-off-by: default avatarMartin Hundebøll <martin@geanix.com>
Link: https://lore.kernel.org/r/20201105090615.620315-1-martin@geanix.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d916fae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment