diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-06-12 14:25:53 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-06-14 11:14:58 +0530 |
commit | 635d7302caca40841077804c194ae8e00339e2a0 (patch) | |
tree | 3fbc4eae80d152510f08246ba71ec92ea54d7d95 /net/lapb/lapb_timer.c | |
parent | 718745f87f95d0a8c3cdeb52abd20bfc2b063d12 (diff) |
dmaengine: bcm-sba-raid: 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
variable that was saving it as it was never even being used once set.
Cc: Vinod Koul <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions