staging: hv: replace DPRINT with native primitives in hv_netvsc
authorHank Janssen <hjanssen@microsoft.com>
Tue, 29 Mar 2011 20:58:48 +0000 (13:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:03:07 +0000 (22:03 -0700)
commiteb335bc42781ddc19da98a3c74add1013ba08da2
tree884f3071a5d4c97105d6830123165439f8f994b2
parent0a46618d58c90f93e8b8e9a18062d1691b70297e
staging: hv: replace DPRINT with native primitives in hv_netvsc

Replace all remaining DPRINT calls with their native dev_ and
netvsc_ calls. And also change some of the verbiage to be more useful.

rndis_filter has a few remaining DPRINT calls in it that will be removed
in a future patch because the debug will be implemented differently.

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/netvsc.c
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/rndis_filter.c