mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
[S390] qdio: Remove double checked value.
Signed-off-by: Sebastian Ott <sebott@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
90ab133603
commit
8d08be928e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user