From: H Hartley Sweeten Date: Fri, 22 Nov 2013 17:47:01 +0000 (-0700) Subject: staging: comedi: amplc_pci230: remove use of DPRINTK X-Git-Tag: v3.14-rc1~150^2~755 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec3839416e34ebf8103458f2fa64db53b5f13bd;p=pandora-kernel.git staging: comedi: amplc_pci230: remove use of DPRINTK Use dev_dbg() instead of the DPRINTK macro to output the comedi debugging information. The dev_dbg() will prefix the messages appropriately so remove the "comedi%d: amplc_pci230: " portion and use __func__ to show the actual function name for debugging. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed