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)
commit079a176d87a4da4cb18864c54d3932131e11e229
tree8e4b0c96174840ab831994d424783ddd55661988
parent899611ee7d373e5eeda08e9a8632684e1ebbbf00
spi: omap2_mcspi: make use of dev_vdbg()

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>
drivers/spi/omap2_mcspi.c