projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fed79
)
at86rf230: remove unnecessary print of async error
author
Alexander Aring
<alex.aring@gmail.com>
Tue, 7 Oct 2014 08:38:33 +0000
(10:38 +0200)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/drivers/net/ieee802154/at86rf230.c
b/drivers/net/ieee802154/at86rf230.c
index 7a1a8e39b1308f4a8e551161ac9bdb272acd653d..6ebd665892d82b0ea7cdb58588e5551ddc7a8566 100644
(file)
--- 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);
}
}