[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190530.125833.1049383711116106790.davem@davemloft.net>
Date: Thu, 30 May 2019 12:58:33 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: richardcochran@...il.com
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org, andrew@...n.ch,
f.fainelli@...il.com, jacob.e.keller@...el.com,
mark.rutland@....com, mlichvar@...hat.com, robh+dt@...nel.org,
willemb@...gle.com
Subject: Re: [PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping
From: David Miller <davem@...emloft.net>
Date: Thu, 30 May 2019 11:55:07 -0700 (PDT)
> Series applied, thanks Richard.
I had to revert, this doesn't build.
drivers/ptp/ptp_ines.c: In function ‘ines_txtstamp’:
drivers/ptp/ptp_ines.c:674:3: warning: ‘old_skb’ may be used uninitialized in this function [-Wmaybe-uninitialized]
kfree_skb(old_skb);
^~~~~~~~~~~~~~~~~~
drivers/net/macvlan.c: In function ‘macvlan_ethtool_get_ts_info’:
drivers/net/macvlan.c:1059:42: error: ‘struct phy_driver’ has no member named ‘ts_info’
if (phydev && phydev->drv && phydev->drv->ts_info) {
^~
drivers/net/macvlan.c:1060:22: error: ‘struct phy_driver’ has no member named ‘ts_info’
return phydev->drv->ts_info(phydev, info);
^~
Powered by blists - more mailing lists