commit | cb34212b1c25f7656a315f956d72696777e88340 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Sun Sep 01 13:34:35 2019 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Sep 06 17:08:56 2019 +0300 |
tree | d10fe5f8a87041293e04d9dca098b3bcee31690f | |
parent | a18da8f6194978c2b32a8367fb0df81cc6417848 [diff] |
brcmfmac: add stub version of brcmf_debugfs_get_devdir() In case of compiling driver without DEBUG expose a stub function to make writing debug code much simpler (no extra conditions). This will allow e.g. using debugfs_create_file() without any magic if or #ifdef. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>