In the error handling of 'offset > adapter->ring_size', the
tx_ring->tx_buffer allocated by kzalloc should be freed,
instead of 'goto failed' instantly.
Fixes:
|
||
|---|---|---|
| .. | ||
| alx | ||
| atl1c | ||
| atl1e | ||
| atlx | ||
| Kconfig | ||
| Makefile | ||
| ag71xx.c | ||
In the error handling of 'offset > adapter->ring_size', the
tx_ring->tx_buffer allocated by kzalloc should be freed,
instead of 'goto failed' instantly.
Fixes:
|
||
|---|---|---|
| .. | ||
| alx | ||
| atl1c | ||
| atl1e | ||
| atlx | ||
| Kconfig | ||
| Makefile | ||
| ag71xx.c | ||