summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-29 19:08:00 +0300
committerStephen Boyd <sboyd@kernel.org>2018-06-02 05:22:26 +0300
commit8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2 (patch)
treed06f7d69c0c3f2e2f9904c098e0d39a358973e76 /drivers/clk/bcm
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2.tar.xz
clk: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. This cleans up the init code a lot, and there's no need to return an error value based on the debugfs calls, especially as it turns out no one was even looking at that return value. So it obviously wasn't that important :) Cc: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/bcm')
0 files changed, 0 insertions, 0 deletions