]> Git Repo - linux.git/commit
clk: ti: fix ti_clk_get_reg_addr error handling
authorTero Kristo <[email protected]>
Mon, 23 Feb 2015 19:06:08 +0000 (21:06 +0200)
committerTero Kristo <[email protected]>
Tue, 24 Mar 2015 18:23:36 +0000 (20:23 +0200)
commitc807dbedb5e5adbd4e1e2d07574d230df924a5a7
treea1479d6552f50ed68c66a25cc4860b8f68c21bfa
parentc517d838eb7d07bbe9507871fab3931deccff539
clk: ti: fix ti_clk_get_reg_addr error handling

There is a case where NULL can be a valid return value for
ti_clk_get_reg_addr, specifically the case where both the provider index
and register offsets are zero. In this case, the current error checking
against a NULL pointer will fail. Thus, change the API to return a
ERR_PTR value in an error case, and change all the users of this API to
check against IS_ERR instead.

Signed-off-by: Tero Kristo <[email protected]>
Acked-by: Michael Turquette <[email protected]>
drivers/clk/ti/apll.c
drivers/clk/ti/autoidle.c
drivers/clk/ti/clk.c
drivers/clk/ti/divider.c
drivers/clk/ti/dpll.c
drivers/clk/ti/gate.c
drivers/clk/ti/interface.c
drivers/clk/ti/mux.c
This page took 0.057174 seconds and 4 git commands to generate.