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

Commit 43d68690 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

s6gmac: fix error return code in s6gmac_probe()



Fix to return a negative error code from the error handling
case instead of 0, as returned elsewhere in this function.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d6a8c36d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -998,6 +998,7 @@ static int s6gmac_probe(struct platform_device *pdev)
	mb = mdiobus_alloc();
	if (!mb) {
		printk(KERN_ERR DRV_PRMT "error allocating mii bus\n");
		res = -ENOMEM;
		goto errmii;
	}
	mb->name = "s6gmac_mii";