Commit e256e2d1 authored by haodongdong's avatar haodongdong
Browse files

LeapIOraid: Fix too many invalid interruptes in arm64

LeapIO inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/IBAVN7



------------------------------------------

This commit is to fix too many invalid interruptes in arm64

Signed-off-by: default avatarhaodongdong <doubled@leap-io.com>
parent aed150e2
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 {