spi: omap2_mcspi: make use of dev_vdbg()
authorFelipe Balbi <felipe.balbi@nokia.com>
Wed, 29 Sep 2010 08:31:29 +0000 (17:31 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 29 Sep 2010 08:31:29 +0000 (17:31 +0900)
dev_vdbg() is only compiled when VERBOSE is defined, so
there's no need to wrap dev_dbg() on #ifdef VERBOSE .. #endif
as we can use dev_vdbg() directly.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found