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

2018-06-02 Thread David Lechner
On 06/02/2018 12:06 AM, sb...@kernel.org wrote: From: Stephen Boyd 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 o

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

2018-06-01 Thread Greg Kroah-Hartman
On Fri, Jun 01, 2018 at 10:06:43PM -0700, sb...@kernel.org wrote: > From: Stephen Boyd > > 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

[PATCH] clk: Return void from debug_init op

2018-06-01 Thread sboyd
From: Stephen Boyd 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 Cc: David Lechner Cc: Se