staging: wilc1000: sdio/spi: use device print api instead of custom one
authorGlen Lee <glen.lee@atmel.com>
Mon, 21 Dec 2015 05:18:13 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:20:04 +0000 (13:20 -0800)
commitac1da162e488e90be001ebb4057aaf01e565dd28
tree876e5d2eaca838be3172ef64b05af83b271e379d
parent67e2a07ed8008b81fdb98a998ceab66dc7af5999
staging: wilc1000: sdio/spi: use device print api instead of custom one

This patch use device print api instead of driver defined print. Remove
varialbe dPrint as well. String "[wilc sdio]" and "[wilc spi]" are also removed
from all the print statment if exist because it shows which device the message
is related to.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan_sdio.c
drivers/staging/wilc1000/linux_wlan_spi.c
drivers/staging/wilc1000/wilc_sdio.c
drivers/staging/wilc1000/wilc_spi.c