Skip to content
  • Sudip Mukherjee's avatar
    bfin_mac: fix error path · fdffd2e8
    Sudip Mukherjee authored
    While building blackfin defconfig we were getting a build warning:
    warning: label 'out_err_irq_alloc' defined but not used.
    
    Commit e7f4dc35 ("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: e7f4dc35
    
     ("mdio: Move allocation of interrupts into core")
    Cc: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    fdffd2e8