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 <j4g8y7@gmail.com> Link: https://patch.msgid.link/20250424-qpic-snand-remove-wlen-v1-1-2a7467ce2e3a@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 18197e9 commit 64c05a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)