Commit 5b49efa1e162 for kernel

commit 5b49efa1e16228921ceeae68d34defc8a4548dcb
Merge: a08b39c5d573 9476b4468862
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Thu Sep 24 09:57:57 2026 -0700

    Merge branch 'net-ena-fix-resource-cleanup-on-probe-failure'

    Guangshuo Li says:

    ====================
    net: ena: fix resource cleanup on probe failure

    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.
    ====================

    Link: https://patch.msgid.link/20260921154202.471662-1-lgs201920130244@gmail.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>