Re: [PATCH 1/7] net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv

2023-09-26 Thread Kever Yang
On 2023/8/7 08:08, Jonas Karlman wrote: rx_pkt is allocated and not used for anything, remove it. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Thanks, - Kever --- drivers/net/dwc_eth_qos.c | 11 --- drivers/net/dwc_eth_qos.h | 1 - 2 files changed, 12 deletions(-) di

[PATCH 1/7] net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv

2023-08-06 Thread Jonas Karlman
rx_pkt is allocated and not used for anything, remove it. Signed-off-by: Jonas Karlman --- drivers/net/dwc_eth_qos.c | 11 --- drivers/net/dwc_eth_qos.h | 1 - 2 files changed, 12 deletions(-) diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index 1e92bd9ca9c0..555eae