wl12xx: spi: use dev_err instead of wl1271_error
authorLuciano Coelho <coelho@ti.com>
Fri, 7 Oct 2011 11:33:29 +0000 (14:33 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 11 Oct 2011 13:24:56 +0000 (16:24 +0300)
To prevent a useless dependency between the spi module and the wl12xx
module, we need to replace the wl1271_error macros with dev_err.

At the same time, remove the SPI data hexdump, since this produces way
too much data and is not particularly useful.  There's no
print_hex_dump() equivalent for dynamic debug, so it's hard to control
when the dumps are printed out.

Signed-off-by: Luciano Coelho <coelho@ti.com>

No differences found