summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2012-06-08 14:04:06 +0100
committerMike Turquette <mturquette@linaro.org>2012-06-25 16:51:48 -0700
commitbf47b4fd8f9f81cd5ce40e1945c6334d088226d1 (patch)
tree2bec386cffb13652e45cd9e4bca533744a492209 /drivers/clk/mxs
parent7975059db572eb47f0fb272a62afeae272a4b209 (diff)
downloadlinux-stable-bf47b4fd8f9f81cd5ce40e1945c6334d088226d1.tar.gz
linux-stable-bf47b4fd8f9f81cd5ce40e1945c6334d088226d1.tar.bz2
linux-stable-bf47b4fd8f9f81cd5ce40e1945c6334d088226d1.zip
clk: Check parent for NULL in clk_change_rate
clk_change_rate() is accessing parent's rate without checking if the parent exists at all. In case of root clocks this will cause NULL pointer dereference. This patch follows what clk_calc_new_rates() does in such situation. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Mike Turquette <mturquette@linaro.org> Cc: stable@kernel.org
Diffstat (limited to 'drivers/clk/mxs')
0 files changed, 0 insertions, 0 deletions