Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Conflicts: arch/x86/entry/entry_64_compat.S arch/x86/math-emu/get_address.c Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -728,11 +728,12 @@ static int mkiss_open(struct tty_struct *tty)
|
||||
dev->type = ARPHRD_AX25;
|
||||
|
||||
/* Perform the low-level AX25 initialization. */
|
||||
if ((err = ax_open(ax->dev))) {
|
||||
err = ax_open(ax->dev);
|
||||
if (err)
|
||||
goto out_free_netdev;
|
||||
}
|
||||
|
||||
if (register_netdev(dev))
|
||||
err = register_netdev(dev);
|
||||
if (err)
|
||||
goto out_free_buffers;
|
||||
|
||||
/* after register_netdev() - because else printk smashes the kernel */
|
||||
|
Reference in New Issue
Block a user