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

Commit f28ba401 authored by Richard Cochran's avatar Richard Cochran Committed by David S. Miller
Browse files

bnx2x: convert to CYCLECOUNTER_MASK macro.

parent 1891172a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14610,7 +14610,7 @@ static void bnx2x_init_cyclecounter(struct bnx2x *bp)
{
	memset(&bp->cyclecounter, 0, sizeof(bp->cyclecounter));
	bp->cyclecounter.read = bnx2x_cyclecounter_read;
	bp->cyclecounter.mask = CLOCKSOURCE_MASK(64);
	bp->cyclecounter.mask = CYCLECOUNTER_MASK(64);
	bp->cyclecounter.shift = 1;
	bp->cyclecounter.mult = 1;
}