]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: hv: Replace DPRINT with natives in hv_vmbus
authorHank Janssen <hjanssen@microsoft.com>
Tue, 29 Mar 2011 20:58:47 +0000 (13:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:03:07 +0000 (22:03 -0700)
commit0a46618d58c90f93e8b8e9a18062d1691b70297e
tree4b12c2c36b4db6da668a2751ade5031d161ede22
parent8de61e31466a87cf77231db52ff9c94ddb1f758b
staging: hv: Replace DPRINT with natives in hv_vmbus

Replace all remaining DPRINT calls (excluding the ringbuffer debug
which is going to be done in a next set of patches) with their
native pr_ calls. And also changed some of the printouts to be more
useful.

Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel.c
drivers/staging/hv/channel_mgmt.c
drivers/staging/hv/connection.c
drivers/staging/hv/hv.c
drivers/staging/hv/ring_buffer.c
drivers/staging/hv/vmbus_drv.c