at86rf230: remove unnecessary print of async error
authorAlexander Aring <alex.aring@gmail.com>
Tue, 7 Oct 2014 08:38:33 +0000 (10:38 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 05:56:23 +0000 (07:56 +0200)
The async error function will already printout the errno over dev_err.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c

index 7a1a8e3..6ebd665 100644 (file)
@@ -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);
        }
 }