From: H Hartley Sweeten Date: Thu, 21 Jun 2012 02:27:25 +0000 (-0700) Subject: staging: comedi: s626: remove private DEBUG macro X-Git-Tag: v3.6-rc1~100^2~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf5aa39f7a42fc49903d456baaba11efc4d4243;p=pandora-kernel.git staging: comedi: s626: remove private DEBUG macro The private DEBUG macro defined in this driver outputs a lot of function tracing noise. This information might be useful when first developing the driver but should not be in the mainlined code. If any of this is needed in the future it should be added back using the proper dev_printk interface. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed