summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-07 10:38:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 07:56:23 +0200
commit866665f29382b4f189a51a649661ede9e35e9ace (patch)
tree1fd98201b56546fdc48cdbf7eef6fe53f8639b6d /drivers/net/ieee802154
parent97fed795e70d97fb89ebd8c3efc30b33aa4ac1fa (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.c1
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)
enable_irq(lp->spi->irq);
at86rf230_async_error(lp, &lp->state, rc);
- dev_err(&lp->spi->dev, "spi_async error %d\n", rc);
}
}