]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: wilc1000: removed the unnecessary commented code
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 14 Feb 2018 11:10:11 +0000 (16:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 14:31:29 +0000 (15:31 +0100)
Cleanup patch to remove the unused commented code.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_spi.c

index 5d0de4e4b4dd9259c81121e87a99c5c7842ebe4f..66b6aea3755f8aa537f825e79fce227d46f0c0e8 100644 (file)
@@ -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;