Re: [PATCH] clk: Drop !clk checks in debugfs dumping

2019-09-09 Thread Stephen Boyd
Quoting Stephen Boyd (2019-08-26 16:47:29) > These recursive functions have checks for !clk being passed in, but the > callers are always looping through lists and therefore the pointers > can't be NULL. Drop the checks to simplify the code. > > Signed-off-by: Stephen Boyd > --- Applied to

[PATCH] clk: Drop !clk checks in debugfs dumping

2019-08-26 Thread Stephen Boyd
These recursive functions have checks for !clk being passed in, but the callers are always looping through lists and therefore the pointers can't be NULL. Drop the checks to simplify the code. Signed-off-by: Stephen Boyd --- drivers/clk/clk.c | 12 1 file changed, 12 deletions(-)