Loading
usb: dwc3-msm: Cancel block reset work before turning OFF clocks in suspend
If block reset is in progress and there is a suspend triggered
then suspend will turn off the clocks and this will result in an
unclocked regsiter access during block reset.
Hence to avoid this cancel the block reset work and wait for it to
finish in suspend before turning OFF the clocks.
CRs-fixed: 741254
Change-Id: I0977ec7c5e03e7fa29e382fcc0bdf083cc12cec8
Signed-off-by:
Azhar Shaikh <azhars@codeaurora.org>