Re: [net-next, PATCH v2] net: stmmac: use correct define to get rx timestamp on GMAC4

2019-02-16 Thread David Miller
From: Alexandre Torgue Date: Thu, 14 Feb 2019 17:03:44 +0100 > In dwmac4_wrback_get_rx_timestamp_status we looking for a RX timestamp. > For that receive descriptors are handled and so we should use defines > related to receive descriptors. It'll no change the functional behavior > as RDES3_RDES1

[net-next, PATCH v2] net: stmmac: use correct define to get rx timestamp on GMAC4

2019-02-14 Thread Alexandre Torgue
In dwmac4_wrback_get_rx_timestamp_status we looking for a RX timestamp. For that receive descriptors are handled and so we should use defines related to receive descriptors. It'll no change the functional behavior as RDES3_RDES1_VALID=TDES3_RS1V=BIT(26) but it makes code easier to read. Signed-off