aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/infiniband/hw/ipath/ipath_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c
index 9763d3af830b..8fad35740fdb 100644
--- a/drivers/infiniband/hw/ipath/ipath_driver.c
+++ b/drivers/infiniband/hw/ipath/ipath_driver.c
@@ -1656,7 +1656,7 @@ void ipath_shutdown_device(struct ipath_devdata *dd)
1656 /* disable IBC */ 1656 /* disable IBC */
1657 dd->ipath_control &= ~INFINIPATH_C_LINKENABLE; 1657 dd->ipath_control &= ~INFINIPATH_C_LINKENABLE;
1658 ipath_write_kreg(dd, dd->ipath_kregs->kr_control, 1658 ipath_write_kreg(dd, dd->ipath_kregs->kr_control,
1659 dd->ipath_control); 1659 dd->ipath_control | INFINIPATH_C_FREEZEMODE);
1660 1660
1661 /* 1661 /*
1662 * clear SerdesEnable and turn the leds off; do this here because 1662 * clear SerdesEnable and turn the leds off; do this here because