• S
    clk: Return void from debug_init op · d75d50c0
    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 <eric@anholt.net>
    Cc: David Lechner <david@lechnology.com>
    Cc: Sekhar Nori <nsekhar@ti.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: NStephen Boyd <sboyd@kernel.org>
    d75d50c0
clk-provider.h 35.9 KB