commit | c2c7e740577154e755ec373712e32e5864e88315 | [log] [tgz] |
---|---|---|
author | John Garry <john.garry@huawei.com> | Fri Jan 25 22:22:27 2019 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jan 29 01:41:19 2019 -0500 |
tree | 68219c721eb3f700f0bbc191d43fd7036cef5871 | |
parent | 7e1c99e5c1dd919cd974c4531164c13998e44cba [diff] |
scsi: hisi_sas: 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. Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>