summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2016-03-15 18:48:09 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-28 07:30:36 -0700
commit9635d338303c3ed80e06c03b54ee171651438984 (patch)
tree13395db4536fb75c3507332ee44fcf7a3b49daa3 /drivers/staging/wilc1000
parent6422ea03f335bf7441150555de1ab048ac82ee99 (diff)
downloadop-kernel-dev-9635d338303c3ed80e06c03b54ee171651438984.zip
op-kernel-dev-9635d338303c3ed80e06c03b54ee171651438984.tar.gz
staging: wilc1000: wilc_spi.c: removes debug print log
This patches removes unnecessary debug print logs. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/wilc_spi.c3
1 files changed, 0 insertions, 3 deletions
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;
}
OpenPOWER on IntegriCloud