Skip to content

Commit 64c05a1

Browse files
juhosgbroonie
authored andcommitted
spi: spi-qpic-snand: remove unused 'wlen' member of 'struct qpic_spi_nand'
The 'wlen' member of the qpic_spi_nand structure is never used in the code so remove that. Signed-off-by: Gabor Juhos <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 18197e9 commit 64c05a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/spi-qpic-snand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ struct qpic_spi_nand {
116116
struct nand_ecc_engine ecc_eng;
117117
u8 *data_buf;
118118
u8 *oob_buf;
119-
u32 wlen;
120119
__le32 addr1;
121120
__le32 addr2;
122121
__le32 cmd;

0 commit comments

Comments
 (0)