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:
Jan Engelhardt
2010-02-10 11:47:57 -08:00
committed by David S. Miller
parent e28cab42f3
commit 1349ea08e8
14 changed files with 0 additions and 20 deletions

View File

@@ -94,5 +94,4 @@ void
prom_putchar(char c)
{
while(prom_nbputchar(c) == -1) ;
return;
}