From: Andy Whitcroft Date: Thu, 16 Aug 2007 16:25:34 +0000 (+0900) Subject: sh: remove extraneous ; on scif_sercon_putc wait loop X-Git-Tag: v2.6.23-rc4~122^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96989d9d754ef1fa55e71beff6a076f79cc1717e;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed