mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 07:57:11 +00:00
A successful 'xge_mdio_config()' call should be balanced by a corresponding
'xge_mdio_remove()' call in the error handling path of the probe, as
already done in the remove function.
Update the error handling path accordingly.
Fixes:
|
||
|---|---|---|
| .. | ||
| enet.c | ||
| enet.h | ||
| ethtool.c | ||
| ethtool.h | ||
| Kconfig | ||
| mac.c | ||
| mac.h | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| mdio.c | ||
| ring.c | ||
| ring.h | ||