diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-03-27 14:06:43 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-03-27 21:54:37 -0700 |
commit | 0d72038c303c616a63415a07366f916b5edc3830 (patch) | |
tree | d60d29f1df47131c6c1592e5cac21e664276e6d6 /samples | |
parent | 7586516ca043d55ed1ca563df72bc216c948cad4 (diff) | |
download | linux-0d72038c303c616a63415a07366f916b5edc3830.tar.gz linux-0d72038c303c616a63415a07366f916b5edc3830.tar.bz2 linux-0d72038c303c616a63415a07366f916b5edc3830.zip |
rpmsg: smd: Use announce_create to process any receive work
It is possible that incoming data arrives before the client driver has
reached a point in the probe method where adequate context for handling
the incoming message has been established.
In the event that the client's callback function returns an error the
message will be left on the FIFO and by invoking the receive handler
after the device has been probed the message will be picked off the FIFO
and the callback invoked again.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions