提交 866665f2 编写于 作者: A Alexander Aring 提交者: Marcel Holtmann

at86rf230: remove unnecessary print of async error

The async error function will already printout the errno over dev_err.
Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 97fed795
...@@ -664,7 +664,6 @@ at86rf230_async_state_change_start(void *context) ...@@ -664,7 +664,6 @@ at86rf230_async_state_change_start(void *context)
enable_irq(lp->spi->irq); enable_irq(lp->spi->irq);
at86rf230_async_error(lp, &lp->state, rc); at86rf230_async_error(lp, &lp->state, rc);
dev_err(&lp->spi->dev, "spi_async error %d\n", rc);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册