Re: [PATCH] enetc: fix return value for enetc_ioctl()

From: David Miller
Date: Thu Nov 07 2019 - 22:42:01 EST


From: Michael Walle <michael@xxxxxxxx>
Date: Fri, 8 Nov 2019 00:58:21 +0100

> Return -EOPNOTSUPP instead of -EINVAL if the requested ioctl is not
> implemented.
>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Always specificy explcitly the target tree for your change, in the
Subject line, which in this case should have been:

[PATCH net-next] enetc: ...