You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firehose_run() is clearly sequential, except if UFS provisioning is
taken place, then it's a completely different sequence and an early
return - almost like it's two separate functions crammed into one.
Split firehose_provision() from firehose_run() and make the decision in
qdl.c instead.
Signed-off-by: Bjorn Andersson <[email protected]>
0 commit comments