Revert "hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume"
This reverts commit 21688e5d2c
.
This commit is contained in:
parent
075c794bc1
commit
850bc4f5ae
1 changed files with 0 additions and 1 deletions
|
@ -679,7 +679,6 @@ static int __maybe_unused cctrng_resume(struct device *dev)
|
|||
/* wait for Cryptocell reset completion */
|
||||
if (!cctrng_wait_for_reset_completion(drvdata)) {
|
||||
dev_err(dev, "Cryptocell reset not completed");
|
||||
clk_disable_unprepare(drvdata->clk);
|
||||
return -EBUSY;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue