• Stephen Boyd's avatar
    clk: Return void from debug_init op · d75d50c0
    Stephen Boyd authored
    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: default avatarStephen Boyd <sboyd@kernel.org>
    d75d50c0
clk-bcm2835.c 57.5 KB