aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_iba6120.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_iba6120.c')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_iba6120.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba6120.c b/drivers/infiniband/hw/ipath/ipath_iba6120.c
index ac5cbe27c068..08a44dd9ed6f 100644
--- a/drivers/infiniband/hw/ipath/ipath_iba6120.c
+++ b/drivers/infiniband/hw/ipath/ipath_iba6120.c
@@ -1113,7 +1113,7 @@ static void ipath_pe_put_tid_2(struct ipath_devdata *dd, u64 __iomem *tidptr,
1113 if (pa != dd->ipath_tidinvalid) { 1113 if (pa != dd->ipath_tidinvalid) {
1114 if (pa & ((1U << 11) - 1)) { 1114 if (pa & ((1U << 11) - 1)) {
1115 dev_info(&dd->pcidev->dev, "BUG: physaddr %lx " 1115 dev_info(&dd->pcidev->dev, "BUG: physaddr %lx "
1116 "not 4KB aligned!\n", pa); 1116 "not 2KB aligned!\n", pa);
1117 return; 1117 return;
1118 } 1118 }
1119 pa >>= 11; 1119 pa >>= 11;