Merge "power: fg-memif: Clear retry_once flag in IMA read"
This commit is contained in:
commit
3c52ac5339
1 changed files with 3 additions and 1 deletions
|
@ -499,8 +499,10 @@ out:
|
|||
return rc;
|
||||
}
|
||||
|
||||
if (retry_once)
|
||||
if (retry_once) {
|
||||
retry_once = false;
|
||||
goto retry;
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue