diff options
| author | Ajay Singh <[email protected]> | 2018-02-14 16:40:11 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-02-16 15:31:29 +0100 |
| commit | 89f3091dff1f4e9207cebe8ad1f08506badcc6dc (patch) | |
| tree | 244fced9c9aa0b950797eeec05eec0414f715995 | |
| parent | 00c2903b16dff07c09f2c31012674abe5424b54d (diff) | |
staging: wilc1000: removed the unnecessary commented code
Cleanup patch to remove the unused commented code.
Signed-off-by: Ajay Singh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/wilc1000/wilc_spi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index 5d0de4e4b4dd..66b6aea3755f 100644 --- a/drivers/staging/wilc1000/wilc_spi.c +++ b/drivers/staging/wilc1000/wilc_spi.c @@ -431,10 +431,7 @@ static int spi_cmd_complete(struct wilc *wilc, u8 cmd, u32 adr, u8 *b, u32 sz, rix++; /* skip 1 byte */ } - /* do { */ rsp = rb[rix++]; - /* if(rsp == cmd) break; */ - /* } while(&rptr[1] <= &rb[len2]); */ if (rsp != cmd) { dev_err(&spi->dev, @@ -456,7 +453,6 @@ static int spi_cmd_complete(struct wilc *wilc, u8 cmd, u32 adr, u8 *b, u32 sz, if (cmd == CMD_INTERNAL_READ || cmd == CMD_SINGLE_READ || cmd == CMD_DMA_READ || cmd == CMD_DMA_EXT_READ) { int retry; - /* u16 crc1, crc2; */ u8 crc[2]; /* * Data Respnose header @@ -620,7 +616,6 @@ static int spi_data_write(struct wilc *wilc, u8 *b, u32 sz) int ix, nbytes; int result = 1; u8 cmd, order, crc[2] = {0}; - /* u8 rsp; */ /* * Data @@ -897,7 +892,6 @@ static int wilc_spi_init(struct wilc *wilc, bool resume) dev_err(&spi->dev, "Fail cmd read chip id...\n"); return 0; } - /* dev_err(&spi->dev, "chipid (%08x)\n", chipid); */ g_spi.has_thrpt_enh = 1; |