From: Alexander Aring Date: Tue, 7 Oct 2014 08:38:33 +0000 (+0200) Subject: at86rf230: remove unnecessary print of async error X-Git-Tag: v3.19-rc1~118^2~234^2~3^2~119 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=866665f29382b4f189a51a649661ede9e35e9ace;p=karo-tx-linux.git at86rf230: remove unnecessary print of async error The async error function will already printout the errno over dev_err. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c index 7a1a8e39b130..6ebd665892d8 100644 --- a/drivers/net/ieee802154/at86rf230.c +++ b/drivers/net/ieee802154/at86rf230.c @@ -664,7 +664,6 @@ at86rf230_async_state_change_start(void *context) enable_irq(lp->spi->irq); at86rf230_async_error(lp, &lp->state, rc); - dev_err(&lp->spi->dev, "spi_async error %d\n", rc); } }