From: Stefan Hajnoczi Date: Sun, 11 Nov 2012 12:52:24 +0000 (+0100) Subject: staging: line6: replace DEBUG_MESSAGES() with dev_dbg() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~450 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00d33cb5de0c68ed95513d3b4f42f9e3697f8ee;p=pandora-kernel.git staging: line6: replace DEBUG_MESSAGES() with dev_dbg() The dyndbg feature allows dev_dbg() calls to be enabled/disabled at runtime and is therefore more convenient than static debug log messages. Use dev_dbg() instead of the line6-specific DEBUG_MESSAGES() macro. Signed-off-by: Stefan Hajnoczi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed