diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-06-12 14:25:57 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-06-14 11:14:58 +0530 |
commit | a08a9645a3d6f9e11a2dba2b46f0d5ac5d80c4e0 (patch) | |
tree | ad45f96d41a7431c3b101e60cf022f7dd58fa583 /net/lapb/lapb_timer.c | |
parent | bea696c5ce1e165a95699acd2c4fc34c43177a08 (diff) |
dmaengine: qcom: hidma: 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.
Also, because there is no need to save the file dentry, remove the
variables that were saving them as they were never even being used once
set.
Cc: Sinan Kaya <[email protected]>
Cc: Andy Gross <[email protected]>
Cc: David Brown <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Sinan Kaya <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions