diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-07 04:38:33 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 01:56:23 -0400 |
commit | 866665f29382b4f189a51a649661ede9e35e9ace (patch) | |
tree | 1fd98201b56546fdc48cdbf7eef6fe53f8639b6d /drivers/net/ieee802154 | |
parent | 97fed795e70d97fb89ebd8c3efc30b33aa4ac1fa (diff) |
at86rf230: remove unnecessary print of async error
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>
Diffstat (limited to 'drivers/net/ieee802154')
-rw-r--r-- | drivers/net/ieee802154/at86rf230.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
664 | enable_irq(lp->spi->irq); | 664 | enable_irq(lp->spi->irq); |
665 | 665 | ||
666 | at86rf230_async_error(lp, &lp->state, rc); | 666 | at86rf230_async_error(lp, &lp->state, rc); |
667 | dev_err(&lp->spi->dev, "spi_async error %d\n", rc); | ||
668 | } | 667 | } |
669 | } | 668 | } |
670 | 669 | ||