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

Commit 2ebf2ef7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: stmmac: Fix the ioctl case for timestamping"

parents 445993bb 8e39e84e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4062,6 +4062,7 @@ static int stmmac_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
		break;
	case SIOCSHWTSTAMP:
		ret = stmmac_hwtstamp_ioctl(dev, rq);
		break;
	case SIOCDEVPRIVATE:
		ret = ethqos_handle_prv_ioctl(dev, rq, cmd);
		break;