mirror of
https://github.com/torvalds/linux.git
synced 2026-07-04 20:18:02 +02:00
spi: bitbang: Remove unused tmp variable
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
30af9b558a
commit
2e29db400c
|
|
@ -276,7 +276,6 @@ static int spi_bitbang_transfer_one(struct spi_master *master,
|
|||
struct spi_bitbang *bitbang;
|
||||
unsigned nsecs;
|
||||
struct spi_transfer *t = NULL;
|
||||
unsigned tmp;
|
||||
unsigned cs_change;
|
||||
int status;
|
||||
int do_setup = -1;
|
||||
|
|
@ -290,7 +289,6 @@ static int spi_bitbang_transfer_one(struct spi_master *master,
|
|||
*/
|
||||
nsecs = 100;
|
||||
|
||||
tmp = 0;
|
||||
cs_change = 1;
|
||||
status = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user