sparc: remove redundant return statements
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e28cab42f3
commit
1349ea08e8
@ -143,6 +143,4 @@ void __init device_scan(void)
|
||||
|
||||
if (ARCH_SUN4C)
|
||||
sun4c_probe_memerr_reg();
|
||||
|
||||
return;
|
||||
}
|
||||
|
@ -585,8 +585,6 @@ pcic_fill_irq(struct linux_pcic *pcic, struct pci_dev *dev, int node)
|
||||
writew(ivec, pcic->pcic_regs+PCI_INT_SELECT_LO);
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -95,8 +95,6 @@ static void prom_sync_me(void)
|
||||
"nop\n\t"
|
||||
"nop\n\t" : : "r" (prom_tbr));
|
||||
local_irq_restore(flags);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static unsigned int boot_flags __initdata = 0;
|
||||
|
@ -636,7 +636,6 @@ daex:
|
||||
return;
|
||||
}
|
||||
advance(regs);
|
||||
return;
|
||||
}
|
||||
|
||||
void handle_stdfmna(struct pt_regs *regs, unsigned long sfar, unsigned long sfsr)
|
||||
@ -685,5 +684,4 @@ daex:
|
||||
return;
|
||||
}
|
||||
advance(regs);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user