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

From: Stephen Boyd
Date: Mon Sep 09 2019 - 05:59:55 EST


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 <sboyd@xxxxxxxxxx>
> ---

Applied to clk-next