Unverified Commit 64c05a1d authored by Gabor Juhos's avatar Gabor Juhos Committed by Mark Brown
Browse files

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: default avatarGabor Juhos <j4g8y7@gmail.com>
Link: https://patch.msgid.link/20250424-qpic-snand-remove-wlen-v1-1-2a7467ce2e3a@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 18197e98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@ struct qpic_spi_nand {
	struct nand_ecc_engine ecc_eng;
	u8 *data_buf;
	u8 *oob_buf;
	u32 wlen;
	__le32 addr1;
	__le32 addr2;
	__le32 cmd;