PCI: Do not retry for config space restore
On MSM PCI during runtime resume, config space restore takes 10
unsuccessful iterations with a mdelay of 1 ms for each config
register which causes the pm_runtime_work to take a longer time
to execute. This long busy wait causes issues for other worker
items queued to same pool where pm_runtime_work is executing.
Change-Id: I75b8a6677d21dd7b7f16a3dbae7a49dd796b6586
Signed-off-by:
Prashanth Bhatta <bhattap@codeaurora.org>
Loading
Please register or sign in to comment