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

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

ixgbe: convert to CYCLECOUNTER_MASK macro.

parent b57c8940
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -793,7 +793,7 @@ void ixgbe_ptp_start_cyclecounter(struct ixgbe_adapter *adapter)

	memset(&adapter->cc, 0, sizeof(adapter->cc));
	adapter->cc.read = ixgbe_ptp_read;
	adapter->cc.mask = CLOCKSOURCE_MASK(64);
	adapter->cc.mask = CYCLECOUNTER_MASK(64);
	adapter->cc.shift = shift;
	adapter->cc.mult = 1;