MLK-14993 clk: imx: check pd before use
authorPeng Fan <peng.fan@nxp.com>
Wed, 31 May 2017 09:54:44 +0000 (17:54 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:29 +0000 (15:22 -0500)
commit9caec67d1962321e63d430831da67e292b5ebc49
tree4a1a965e4a443946a0d1a9bf4a5d4fecc45460e8
parente2482942e9cdaf4c9d3abbcb9fbc3e84c9141830
MLK-14993 clk: imx: check pd before use

If we could not get a valid pd for gate/mux, print a warning log.
And use IS_ERR_OR_NULL to check the pd pointer.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/clk/imx/clk-gate-scu.c
drivers/clk/imx/clk-mux-scu.c