From: Felipe Balbi Date: Wed, 29 Sep 2010 08:31:29 +0000 (+0900) Subject: spi: omap2_mcspi: make use of dev_vdbg() X-Git-Tag: v2.6.37-rc1~187^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079a176d87a4da4cb18864c54d3932131e11e229;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed