Revert "net: ibm: emac: mal: fix wrong goto"
This reverts commit c04c8e56b9
.
This commit is contained in:
parent
bc50bf1f95
commit
e0175afaa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue