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

Commit 8d08be92 authored by Sebastian Ott's avatar Sebastian Ott Committed by Martin Schwidefsky
Browse files

[S390] qdio: Remove double checked value.

parent 90ab1336
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1408,8 +1408,7 @@ __tiqdio_inbound_processing(struct qdio_q *q, int spare_ind_was_set)
	if (q->hydra_gives_outbound_pcis) {
		if (!q->siga_sync_done_on_thinints) {
			SYNC_MEMORY_ALL;
		} else if ((!q->siga_sync_done_on_outb_tis)&&
			 (q->hydra_gives_outbound_pcis)) {
		} else if (!q->siga_sync_done_on_outb_tis) {
			SYNC_MEMORY_ALL_OUTB;
		}
	} else {