aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2018-05-29 18:08:00 +0200
committerStephen Boyd <[email protected]>2018-06-01 19:22:26 -0700
commit8a26bbbb932021fd6ce8821ca8b2e6771b8ff7d2 (patch)
treed06f7d69c0c3f2e2f9904c098e0d39a358973e76 /net/lapb/lapb_out.c
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions