Quoting Russ Dill (2013-10-21 01:59:50)
> The get_parent op is defined as returning u8, but clk-mux is
> returning negative values on error. Code within drivers/clk/clk.c
> uses this return value as an index into an array which could
> cause an oops.
>
> Signed-off-by: Russ Dill
Hi Russ,
Thank
The get_parent op is defined as returning u8, but clk-mux is
returning negative values on error. Code within drivers/clk/clk.c
uses this return value as an index into an array which could
cause an oops.
Signed-off-by: Russ Dill
---
drivers/clk/clk-mux.c | 4 ++--
1 file changed, 2 insertions(+)
2 matches
Mail list logo