summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2018-05-29 18:08:00 +0200
committerStephen Boyd2018-06-02 04:22:26 +0200
commit8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2 (patch)
treed06f7d69c0c3f2e2f9904c098e0d39a358973e76 /drivers/clk/bcm
parentLinux 4.17-rc1 (diff)
downloadkernel-qcow2-linux-8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2.tar.gz
kernel-qcow2-linux-8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2.tar.xz
kernel-qcow2-linux-8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2.zip
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