From: H Hartley Sweeten Date: Tue, 26 Nov 2013 17:21:11 +0000 (-0700) Subject: staging: comedi: comedi_fops: remove use of DPRINTK X-Git-Tag: v3.14-rc1~150^2~713 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272850f07c47ab1bef4386e41d006a0e6c1654a9;p=pandora-kernel.git staging: comedi: comedi_fops: remove use of DPRINTK Use dev_dbg(), or pr_debug() when dev is not valid, instead of the DPRINTK macro to output the comedi debugging information. Remove the debug messages for allocation failures. The failure will have already generated a message. Reword the messages that include the dev->minor number. This number will already be displayed as part of the dev_dbg() output. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed