]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9b0a0524f0e9e31285d672a385ee280aa58af84
tree876e5d2eaca838be3172ef64b05af83b271e379d
parentdf9479559bf858b28414ecab1a1d904802211554
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