Revert "net: ibm: emac: mal: fix wrong goto"

This reverts commit c04c8e56b9.
This commit is contained in:
Ksawlii 2024-11-24 00:22:56 +01:00
parent bc50bf1f95
commit e0175afaa9

View file

@ -576,7 +576,7 @@ static int mal_probe(struct platform_device *ofdev)
printk(KERN_ERR "%pOF: Support for 405EZ not enabled!\n",
ofdev->dev.of_node);
err = -ENODEV;
goto fail_unmap;
goto fail;
#endif
}