commit | a04c50aaa916f8c5704ef8292928095ccb4469b6 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 12 10:25:28 2019 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jun 17 13:30:49 2019 +0200 |
tree | 41473db486190d194a38dc239bbd1b32a5bb3dc6 | |
parent | 163367c952e7dc9ae7c286bf4a42d0cbe974d7f7 [diff] |
mmc: core: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>