mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-19 11:01:11 +00:00
There may be a rx packet on channel while receive callback is not yet register. In that case rx packet will be missed and not delivered to glink client. Add check for receive callback. If it is not registered return -EAGAIN, so that this packet can be retried on next interrupt. Change-Id: Iff0873c8eef7ecfb4382bd2f73c3386ce9e5344a Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>