Re: [PATCH] net: mvneta: fix open() error cleanup
From: David Miller <davem@davemloft.net>
Date: 2016-07-01 10:01:32
From: David Miller <davem@davemloft.net>
Date: 2016-07-01 10:01:32
From: Russell King - ARM Linux <linux@armlinux.org.uk> Date: Thu, 30 Jun 2016 10:36:15 +0100
If mvneta_mdio_probe() fails, a kernel warning is triggered due to missing cleanup in the error path. Add the necessary cleanup.
...
Signed-off-by: Russell King <redacted>
Applied.