intel drivers: repair missing flush operations
[deliverable/linux.git] / drivers / net / e1000e / lib.c
index 65580b40594207a2aac7a663da5bc0c105a67cb2..7898a67d6505478036e19e790ebeb1a1f2295445 100644 (file)
@@ -1986,6 +1986,7 @@ static s32 e1000_ready_nvm_eeprom(struct e1000_hw *hw)
                /* Clear SK and CS */
                eecd &= ~(E1000_EECD_CS | E1000_EECD_SK);
                ew32(EECD, eecd);
+               e1e_flush();
                udelay(1);
 
                /*
This page took 0.025132 seconds and 5 git commands to generate.