Re: [PATCH] clk: Return void from debug_init op

From: Greg Kroah-Hartman
Date: Sat Jun 02 2018 - 02:59:39 EST


On Fri, Jun 01, 2018 at 10:06:43PM -0700, sboyd@xxxxxxxxxx wrote:
> From: Stephen Boyd <sboyd@xxxxxxxxxx>
>
> We only have two users of the debug_init hook, and we recently stopped
> caring about the return value from that op. Finish that off by changing
> the clk_op to return void instead of int because it doesn't matter if
> debugfs fails or not.
>
> Cc: Eric Anholt <eric@xxxxxxxxxx>
> Cc: David Lechner <david@xxxxxxxxxxxxxx>
> Cc: Sekhar Nori <nsekhar@xxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>

Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>