]> git.baikalelectronics.ru Git - kernel.git/commit
sh: remove extraneous ; on scif_sercon_putc wait loop
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Aug 2007 16:25:34 +0000 (01:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 16 Aug 2007 16:25:34 +0000 (01:25 +0900)
commit7a78de4df9e9d6be92b3a821f7e17ac4dd1e290d
tree7dc81e3277aedb3ab3e15f5fd3d3905558935919
parent2852226295b94b8d90d013c350e8b75dd09c12d3
sh: remove extraneous ; on scif_sercon_putc wait loop

It seems we have gained an extraneous trailing ';' on one of the
wait loops in scif_sercon_putc().  Although this is completely
benign as the apparent payload is also the empty statement, it
invites error in the future.  Clean it up now.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/early_printk.c