commit | caac453a9be7f79a9ebf4d2efa08189fd68837e0 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 16:21:36 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Feb 01 14:39:21 2019 +0200 |
tree | f7bda7cd5f95e6d38e3ceca89d11c10c2b8d2918 | |
parent | 2587791d57588562c21e5ef7e678f02ab2f3eb82 [diff] |
libertas: 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. Cc: Kalle Valo <kvalo@codeaurora.org> Cc: libertas-dev@lists.infradead.org Cc: linux-wireless@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>