The prefix should be 'brcmsmac'.

On 1/22/2019 4:21 PM, Greg Kroah-Hartman wrote:
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.

I could argue that if above is true it would be better to make the debugfs function return void, but I won't ;-p

In start_creating() the parent dentry is indeed checked for IS_ERR() so...

Acked-by: Arend van Spriel

Cc: Arend van Spriel <arend.vanspr...@broadcom.com>
Cc: Franky Lin <franky....@broadcom.com>
Cc: Hante Meuleman <hante.meule...@broadcom.com>
Cc: Chi-Hsien Lin <chi-hsien....@cypress.com>
Cc: Wright Feng <wright.f...@cypress.com>
Cc: Kalle Valo <kv...@codeaurora.org>
Cc: linux-wirel...@vger.kernel.org
Cc: brcm80211-dev-list....@broadcom.com
Cc: brcm80211-dev-l...@cypress.com
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
  .../broadcom/brcm80211/brcmsmac/debug.c       | 26 +++----------------
  .../broadcom/brcm80211/brcmsmac/debug.h       |  2 +-
  2 files changed, 5 insertions(+), 23 deletions(-)

Reply via email to