mhi: cntrl: return EBUSY from runtime pm ops in error scenarios
Returning error codes other than -EBUSY or -EAGAIN from any
runtime pm registered callbacks blocks future suspend requests
from being queued. Allow those requests to get queued from auto
suspend timers by always returning -EBUSY upon errors.
Change-Id: Ie289d129cf7b4bf43e82ec263b112a1743ffd75a
Signed-off-by:
Bhaumik Bhatt <bbhatt@codeaurora.org>
Loading
Please register or sign in to comment