projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9480fd0
)
net: ethernet: lantiq_etop: remove unused variable
author
Aleksander Jan Bajkowski
<olek2@wp.pl>
Thu, 15 Aug 2024 07:49:56 +0000
(09:49 +0200)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 16 Aug 2024 23:16:59 +0000
(16:16 -0700)
Remove a variable that has never been used.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link:
https://patch.msgid.link/20240815074956.155224-1-olek2@wp.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/lantiq_etop.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/lantiq_etop.c
b/drivers/net/ethernet/lantiq_etop.c
index 9e69848153864b5bb4fedc48769ee370ad7448eb..3c289bfe0a0920c15c4f88597eed359acf7a2b11 100644
(file)
--- a/
drivers/net/ethernet/lantiq_etop.c
+++ b/
drivers/net/ethernet/lantiq_etop.c
@@
-95,7
+95,6
@@
struct ltq_etop_priv {
struct mii_bus *mii_bus;
struct ltq_etop_chan ch[MAX_DMA_CHAN];
- int tx_free[MAX_DMA_CHAN >> 1];
int tx_burst_len;
int rx_burst_len;