1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
linux/drivers/clk/keystone
Dan Carpenter a5d14f8b55 clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
The clk_register_divider() and clk_register_mux() functions returns
error pointers on error but this code checks for NULL.  Fix that.

Fixes: b9e0d40c0d ("clk: keystone: add Keystone PLL clock driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/d9da4c97-0da9-499f-9a21-1f8e3f148dc1@moroto.mountain
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2023-10-18 17:52:55 -07:00
..
gate.c
Kconfig
Makefile
pll.c clk: keystone: pll: fix a couple NULL vs IS_ERR() checks 2023-10-18 17:52:55 -07:00
sci-clk.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
syscon-clk.c clk: keystone: syscon-clk: Fix audio refclk 2023-08-04 18:10:21 -07:00