[PATCH net 1/1] net: stmmac: Fix clock handling on remove path

David Miller davem at davemloft.net
Fri Sep 25 19:49:32 EDT 2020


From: Wong Vee Khee <vee.khee.wong at intel.com>
Date: Fri, 25 Sep 2020 17:54:06 +0800

> While unloading the dwmac-intel driver, clk_disable_unprepare() is
> being called twice in stmmac_dvr_remove() and
> intel_eth_pci_remove(). This causes kernel panic on the second call.
> 
> Removing the second call of clk_disable_unprepare() in
> intel_eth_pci_remove().
> 
> Fixes: 09f012e64e4b ("stmmac: intel: Fix clock handling on error and remove paths")
> Cc: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Reviewed-by: Voon Weifeng <weifeng.voon at intel.com>
> Signed-off-by: Wong Vee Khee <vee.khee.wong at intel.com>

Applied, thanks.



More information about the linux-arm-kernel mailing list