Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6be979d7 authored by Ralph Campbell's avatar Ralph Campbell Committed by Roland Dreier
Browse files

IB/ipath: Make debug error message match the constraint that is checked for

parent c1702be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1275,7 +1275,7 @@ static void ipath_pe_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr,
	if (pa != dd->ipath_tidinvalid) {
		if (pa & ((1U << 11) - 1)) {
			dev_info(&dd->pcidev->dev, "BUG: physaddr %lx "
				 "not 4KB aligned!\n", pa);
				 "not 2KB aligned!\n", pa);
			return;
		}
		pa >>= 11;