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

From: David Lechner
Date: Sat Jun 02 2018 - 10:30:16 EST


On 06/02/2018 12:06 AM, 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>
---

Acked-by: David Lechner <david@xxxxxxxxxxxxxx>