]> git.ipfire.org Git - thirdparty/openwrt.git/blob
55e84daf09a9f970613cc26da584ee25ce684c5c
[thirdparty/openwrt.git] /
1 From: Gabor Juhos <j4g8y7@gmail.com>
2 Date: Thu, 24 Apr 2025 20:10:59 +0200
3 Subject: [PATCH] spi: spi-qpic-snand: remove unused 'wlen' member of
4 'struct qpic_spi_nand'
5
6 The 'wlen' member of the qpic_spi_nand structure is never used in the
7 code so remove that.
8
9 Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
10 ---
11 drivers/spi/spi-qpic-snand.c | 1 -
12 1 file changed, 1 deletion(-)
13
14
15 ---
16 base-commit: 9c32cda43eb78f78c73aee4aa344b777714e259b
17 change-id: 20250424-qpic-snand-remove-wlen-c0cef3801a7f
18
19 Best regards,
20
21 --- a/drivers/spi/spi-qpic-snand.c
22 +++ b/drivers/spi/spi-qpic-snand.c
23 @@ -116,7 +116,6 @@ struct qpic_spi_nand {
24 struct nand_ecc_engine ecc_eng;
25 u8 *data_buf;
26 u8 *oob_buf;
27 - u32 wlen;
28 __le32 addr1;
29 __le32 addr2;
30 __le32 cmd;