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>
This commit is contained in:
Родитель
6422ea03f3
Коммит
9635d33830
|
@ -196,9 +196,6 @@ static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len)
|
||||||
dev_err(&spi->dev,
|
dev_err(&spi->dev,
|
||||||
"can't write data with the following length: %d\n",
|
"can't write data with the following length: %d\n",
|
||||||
len);
|
len);
|
||||||
dev_err(&spi->dev,
|
|
||||||
"FAILED due to NULL buffer or ZERO length check the following length: %d\n",
|
|
||||||
len);
|
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче