Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02a9ae6e authored by Atul Deshmukh's avatar Atul Deshmukh Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Clear RISC INT reg only for an event and not always while polling.

parent ad5fa025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2237,8 +2237,8 @@ qla82xx_poll(int irq, void *dev_id)
			    stat * 0xff);
			break;
		}
	}
		WRT_REG_DWORD(&reg->host_int, 0);
	}
out:
	spin_unlock_irqrestore(&ha->hardware_lock, flags);
}