Files
u-boot/drivers/net
Patrice Chotard b4e9b524f7 net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()
Fix compilation warning:

../arch/arm/include/asm/io.h: In function 'eqos_free_pkt':
../arch/arm/include/asm/io.h:103:32: warning: 'rx_desc' may be used uninitialized [-Wmaybe-uninitialized]
  103 | #define writel(v,c)     ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; })
      |                                ^~~
../drivers/net/dwc_eth_qos.c:1220:27: note: 'rx_desc' was declared here
 1220 |         struct eqos_desc *rx_desc;
      |                           ^~~~~~~

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
2024-04-12 13:59:12 -06:00
..
2022-12-07 12:20:17 -05:00
2023-12-21 08:54:37 -05:00
2023-12-21 08:54:37 -05:00
2023-06-15 17:58:53 +08:00
2023-11-07 14:50:51 -05:00
2024-01-29 22:35:02 -05:00
2024-01-29 22:35:02 -05:00
2022-12-07 16:04:16 -05:00
2024-01-29 22:35:02 -05:00
2024-01-29 22:35:02 -05:00
2024-03-26 19:58:26 -04:00
2024-03-26 19:58:26 -04:00
2022-12-07 16:04:17 -05:00
2022-09-25 08:30:05 -06:00
2023-11-05 13:28:40 -05:00
2023-12-19 11:24:38 +01:00
2022-11-28 10:25:17 -05:00
2024-03-02 12:26:18 -05:00
2023-12-19 11:24:38 +01:00
2022-12-22 10:31:48 -05:00
2022-12-22 10:31:48 -05:00
2023-03-02 17:45:58 -05:00
2022-12-07 16:04:17 -05:00
2023-06-10 13:34:05 +02:00
2022-09-29 16:11:31 -04:00
2024-01-29 22:35:02 -05:00
2023-10-22 23:40:56 +01:00
2023-01-09 11:30:08 -05:00