diff options
author | Greg Kroah-Hartman <[email protected]> | 2018-05-29 18:08:03 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2018-06-01 19:25:51 -0700 |
commit | df500f22d755adbfed533edb2666107db3d12b28 (patch) | |
tree | 4c2f3e3d4cb5d2ad06a76f49619330d4a54b5518 /net/lapb/lapb_in.c | |
parent | bcee76731ca464c2e26b2ea017284bb4f9bc21f3 (diff) |
clk: tegra: 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.
The return value of these functions were never checked in the end
anyway, so it is obvious this does not change any functionality :)
Cc: Peter De Schrijver <[email protected]>
Cc: Prashant Gaikwad <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: Jonathan Hunter <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions