bfin_mac: fix error path
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 8 Jan 2016 11:28:15 +0000 (16:58 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Jan 2016 03:46:01 +0000 (22:46 -0500)
commitfdffd2e8c7b361a831dc023c22bb8f4685c241ac
treeb22e2ad23c93998cd71487a929f98d700a510536
parent053842a8bffed47fab386954e2e9d0a00e13ae2c
bfin_mac: fix error path

While building blackfin defconfig we were getting a build warning:
warning: label 'out_err_irq_alloc' defined but not used.

Commit e7f4dc3536a4 ("mdio: Move allocation of interrupts into core")
removed the label out_err_mdiobus_register but then mistakenly jumped to
out_err_alloc. But it was actually supposed to jump to out_err_irq_alloc.

Fixes: e7f4dc3536a4 ("mdio: Move allocation of interrupts into core")
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/adi/bfin_mac.c