Remove unnecessary blank lines to resolve checkpatch issue.
Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
}
}
-
ix += nbytes;
sz -= nbytes;
}
if (result == N_FAIL)
break;
-
/**
* Read bytes
**/
sz -= nbytes;
} while (sz);
-
return result;
}
static int isinit;
if (isinit) {
-
if (!wilc_spi_read_reg(wilc, 0x1000, &chipid)) {
dev_err(&spi->dev, "Fail cmd read chip id...\n");
return 0;
g_spi.crc_off = 1;
}
-
/**
* make sure can read back chip id correctly
**/
*size = tmp;
}
-
-
_fail_:
return ret;
}
-
-
static int wilc_spi_read_int(struct wilc *wilc, u32 *int_status)
{
struct spi_device *spi = to_spi_device(wilc->dev);
}
*int_status = tmp;
-
}
_fail_: