Re: [PATCH 01/10] staging: wilc1000: sdio/spi: use device print api instead of custom one

2015-12-18 Thread Greg KH
On Mon, Nov 23, 2015 at 06:47:59PM +0900, Glen Lee wrote: > 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

[PATCH 01/10] staging: wilc1000: sdio/spi: use device print api instead of custom one

2015-11-23 Thread Glen Lee
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 ---