ncpfs: convert PPRINTK to ncp_vdbg

Use a more current logging style.

Convert the paranoia debug statement to vdbg.
Remove the embedded function names as dynamic_debug can do that.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Joe Perches
2014-04-08 16:04:16 -07:00
committed by Linus Torvalds
parent d3b73ca1be
commit e45ca8baa3
5 changed files with 22 additions and 18 deletions

View File

@@ -823,7 +823,7 @@ int ncp_request2(struct ncp_server *server, int function,
result = reply->completion_code;
if (result != 0)
PPRINTK("ncp_request: completion code=%x\n", result);
ncp_vdbg("completion code=%x\n", result);
out:
return result;
}