Unverified Commit b365feca authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!14162 LeapIOraid: Fix too many invalid interruptes in arm64

parents b737eb6b e256e2d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1319,7 +1319,7 @@ leapioraid_base_process_reply_queue(
	    & LEAPIORAID_RPY_DESCRIPT_FLAGS_TYPE_MASK;
	if (request_descript_type == LEAPIORAID_RPY_DESCRIPT_FLAGS_UNUSED) {
		atomic_dec(&reply_q->busy);
		return completed_cmds;
		return 1;
	}
	cb_idx = 0xFF;
	do {