提交 4fef7d3b 编写于 作者: A Alexander Aring 提交者: Marcel Holtmann

at86rf230: fix context pointer handling

This patch changes the context pointer to the parameter given one inside
function at86rf230_async_state_change_start. This could occur problem if
context isn't pointed to lp->state.
Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
Reviewed-by: NStefan Schmidt <s.schmidt@samsung.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 fc50c6e3
...@@ -654,7 +654,7 @@ at86rf230_async_state_change_start(void *context) ...@@ -654,7 +654,7 @@ at86rf230_async_state_change_start(void *context)
if (ctx->irq_enable) if (ctx->irq_enable)
enable_irq(lp->spi->irq); enable_irq(lp->spi->irq);
at86rf230_async_error(lp, &lp->state, rc); at86rf230_async_error(lp, ctx, rc);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册