diff options
author | Javier Martinez Canillas <[email protected]> | 2015-02-12 14:58:28 +0100 |
---|---|---|
committer | Michael Turquette <[email protected]> | 2015-02-18 09:40:01 -0800 |
commit | 9e0ad7d28ace92319f5aa0e314ac9f11e18b4250 (patch) | |
tree | a0cbc1685f5e35f226c2e2b247c1239c665de2ac /scripts/basic/bin2c.c | |
parent | 69b59cb8173a0c7369580655abebee4b2137d201 (diff) |
clk: Don't dereference parent clock if is NULL
The clock passed as an argument to clk_mux_determine_rate_flags()
has the CLK_SET_RATE_PARENT flag set but it has no parent, then a
NULL pointer will tried to be dereferenced.
This shouldn't happen since setting that flag for a clock with no
parent is a bug but the core should be robust to handle that case.
Fixes: 035a61c314eb3 ("clk: Make clk API return per-user struct clk instances")
Signed-off-by: Javier Martinez Canillas <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Michael Turquette <[email protected]>
Diffstat (limited to 'scripts/basic/bin2c.c')
0 files changed, 0 insertions, 0 deletions