This series fixes two resource leaks in the ena_probe() error path after
ena_device_init() has successfully initialized device resources.
Patch 1 adds the missing PHC cleanup.
Patch 2 adds the missing MMIO read request cleanup.
v2:
- Resend the PHC and MMIO cleanup fixes as a two-patch series, as
requested by Arthur Kiyanovski.
Guangshuo Li (2):
net: ena: fix PHC cleanup on probe failure
net: ena: fix MMIO read buffer leak on probe failure
drivers/net/ethernet/amazon/ena/ena_netdev.c | 2 ++
1 file changed, 2 insertions(+)
--
2.43.0