From: Leo Kim Date: Tue, 15 Mar 2016 09:48:09 +0000 (+0900) Subject: staging: wilc1000: wilc_spi.c: removes debug print log X-Git-Tag: v5.15~13567^2~779 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9635d338303c3ed80e06c03b54ee171651438984;p=platform%2Fkernel%2Flinux-starfive.git staging: wilc1000: wilc_spi.c: removes debug print log This patches removes unnecessary debug print logs. Signed-off-by: Leo Kim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index d41b8b6..4268e2f 100644 --- a/drivers/staging/wilc1000/wilc_spi.c +++ b/drivers/staging/wilc1000/wilc_spi.c @@ -196,9 +196,6 @@ static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len) dev_err(&spi->dev, "can't write data with the following length: %d\n", len); - dev_err(&spi->dev, - "FAILED due to NULL buffer or ZERO length check the following length: %d\n", - len); ret = -EINVAL; }