commit | 96989d9d754ef1fa55e71beff6a076f79cc1717e | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Fri Aug 17 01:25:34 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Aug 17 01:25:34 2007 +0900 |
tree | 7dc81e3277aedb3ab3e15f5fd3d3905558935919 | |
parent | 322392646bc36ff4381861e6589c22c1abc20dbf [diff] |
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>