net: phy: at803x: Change error to EINVAL for invalid MAC
authorDan Murphy <dmurphy@ti.com>
Tue, 10 Oct 2017 17:42:56 +0000 (12:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Dec 2017 13:23:43 +0000 (14:23 +0100)
commitd3469e6166686f35892f7bea52e6a8938e942c9c
treef596624a6cf0fb5de6610156e890531bccab1002
parent206e1621ba721bf4bb4b71938a867ba5b8305bcb
net: phy: at803x: Change error to EINVAL for invalid MAC

[ Upstream commit fc7556877d1748ac00958822a0a3bba1d4bd9e0d ]

Change the return error code to EINVAL if the MAC
address is not valid in the set_wol function.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/phy/at803x.c