Files
u-boot/drivers
Andrew Goodbody f4c2a12611 net: fsl_enetc: Fix copy/paste error
In netc_blk_ctrl_probe the test for failure of the function
clk_prepare_enable should not return PTR_ERR(ipg_clk) as it does not
check IS_ERR(ipg_clk) instead it should return err as that is what is
holding the error code in this case.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2025-08-27 15:42:07 +08:00
..
2025-07-10 08:41:03 -06:00
2025-04-11 12:16:44 -06:00
2025-07-22 11:30:14 -06:00
2025-08-25 16:20:48 +02:00
2025-06-02 17:26:16 -06:00
2025-04-11 12:16:44 -06:00
2025-08-25 13:28:49 -06:00
2025-08-27 15:42:07 +08:00
2025-08-25 13:28:49 -06:00
2025-08-25 13:28:49 -06:00
2025-08-25 13:28:49 -06:00
2025-08-25 13:28:49 -06:00
2025-08-14 10:58:46 -06:00
2025-08-25 13:28:49 -06:00
2024-04-26 08:28:35 +03:00