]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - Documentation/driver-api/clk.rst
clk: Return void from debug_init op
authorStephen Boyd <sboyd@kernel.org>
Sat, 2 Jun 2018 04:42:07 +0000 (21:42 -0700)
committerStephen Boyd <sboyd@kernel.org>
Sat, 2 Jun 2018 04:43:28 +0000 (21:43 -0700)
commitd75d50c016a4eff96e004921402128dc2bc3d65b
tree7d6160d554e9a5c7cf01be23fb75ea6da05a267c
parentc1c2873df06372a108976599583eba7e47483379
clk: Return void from debug_init op

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: Stephen Boyd <sboyd@kernel.org>
Documentation/clk.txt
drivers/clk/bcm/clk-bcm2835.c
drivers/clk/davinci/pll.c
include/linux/clk-provider.h