staging: line6: replace DEBUG_MESSAGES() with dev_dbg()
authorStefan Hajnoczi <stefanha@gmail.com>
Sun, 11 Nov 2012 12:52:24 +0000 (13:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 23:05:03 +0000 (15:05 -0800)
commite00d33cb5de0c68ed95513d3b4f42f9e3697f8ee
tree68bcae9d17ecddd449dc080636ee232afb5748dd
parente5603cbd7f6b8d8ec6a59d3ce11c3fa28ef2a733
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 <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/driver.c
drivers/staging/line6/pod.c
drivers/staging/line6/variax.c