diff options
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_eeprom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_eeprom.c b/drivers/infiniband/hw/ipath/ipath_eeprom.c index c8cfda89cb36..a4019a6b7560 100644 --- a/drivers/infiniband/hw/ipath/ipath_eeprom.c +++ b/drivers/infiniband/hw/ipath/ipath_eeprom.c | |||
@@ -187,6 +187,7 @@ bail: | |||
187 | static void i2c_wait_for_writes(struct ipath_devdata *dd) | 187 | static void i2c_wait_for_writes(struct ipath_devdata *dd) |
188 | { | 188 | { |
189 | (void)ipath_read_kreg32(dd, dd->ipath_kregs->kr_scratch); | 189 | (void)ipath_read_kreg32(dd, dd->ipath_kregs->kr_scratch); |
190 | rmb(); | ||
190 | } | 191 | } |
191 | 192 | ||
192 | static void scl_out(struct ipath_devdata *dd, u8 bit) | 193 | static void scl_out(struct ipath_devdata *dd, u8 bit) |