drivers: Remove explicit invocations of mmiowb()
[sfrench/cifs-2.6.git] / drivers / scsi / bnx2fc / bnx2fc_hwi.c
index 039328d9ef136570caed424cc56cd15a49738b7f..19734ec7f42e2a25bb4e343718455f4d2eb073f7 100644 (file)
@@ -991,7 +991,6 @@ void bnx2fc_arm_cq(struct bnx2fc_rport *tgt)
                        FCOE_CQE_TOGGLE_BIT_SHIFT);
        msg = *((u32 *)rx_db);
        writel(cpu_to_le32(msg), tgt->ctx_base);
-       mmiowb();
 
 }
 
@@ -1409,7 +1408,6 @@ void bnx2fc_ring_doorbell(struct bnx2fc_rport *tgt)
                                (tgt->sq_curr_toggle_bit << 15);
        msg = *((u32 *)sq_db);
        writel(cpu_to_le32(msg), tgt->ctx_base);
-       mmiowb();
 
 }