|
@@ -281,7 +281,8 @@ static int deinstantiate_rng(struct device *ctrldev, int state_handle_mask)
|
|
/* Try to run it through DECO0 */
|
|
/* Try to run it through DECO0 */
|
|
ret = run_descriptor_deco0(ctrldev, desc, &status);
|
|
ret = run_descriptor_deco0(ctrldev, desc, &status);
|
|
|
|
|
|
- if (ret || status) {
|
|
|
|
|
|
+ if (ret ||
|
|
|
|
+ (status && status != JRSTA_SSRC_JUMP_HALT_CC)) {
|
|
dev_err(ctrldev,
|
|
dev_err(ctrldev,
|
|
"Failed to deinstantiate RNG4 SH%d\n",
|
|
"Failed to deinstantiate RNG4 SH%d\n",
|
|
sh_idx);
|
|
sh_idx);
|