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:

committed by
Linus Torvalds

parent
d3b73ca1be
commit
e45ca8baa3
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user