commit | 6c82c4150910dedd449194cb6d286b80478f3542 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon May 12 14:02:34 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 13 08:02:26 2008 -0700 |
tree | 3033b9ae7e696ac497f8acfd0f5819c7ce8d36c2 | |
parent | f36f21ecca9ee688301174e5f2e0827827a7a7ff [diff] |
drivers/char/synclink_gt.c: don't return an uninitialised local drivers/char/synclink_gt.c: In function 'put_char': drivers/char/synclink_gt.c:919: warning: 'ret' may be used uninitialized in this function The compiler speaketh truth. Cc: Paul Fulghum <paulkf@microgate.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>