diff options
author | David Disseldorp <ddiss@suse.de> | 2022-10-21 14:24:14 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-11-28 12:54:45 -0500 |
commit | 427505ffeaa464f683faba945a88d3e3248f6979 (patch) | |
tree | f343522dbb7f82a29ec6fff3ac85b14fc21ee7fc /include/sound/hdaudio.h | |
parent | 2f3a4b2ac2f28b9be78ad21f401f31e263845214 (diff) | |
download | linux-427505ffeaa464f683faba945a88d3e3248f6979.tar.gz linux-427505ffeaa464f683faba945a88d3e3248f6979.tar.bz2 linux-427505ffeaa464f683faba945a88d3e3248f6979.zip |
exportfs: use pr_debug for unreachable debug statements
expfs.c has a bunch of dprintk statements which are unusable due to:
#define dprintk(fmt, args...) do{}while(0)
Use pr_debug so that they can be enabled dynamically.
Also make some minor changes to the debug statements to fix some
incorrect types, and remove __func__ which can be handled by dynamic
debug separately.
Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/sound/hdaudio.h')
0 files changed, 0 insertions, 0 deletions