]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
drivers/char/synclink_gt.c: don't return an uninitialised local
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2008 21:02:34 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:26 +0000 (08:02 -0700)
commit6c82c4150910dedd449194cb6d286b80478f3542
tree3033b9ae7e696ac497f8acfd0f5819c7ce8d36c2
parentf36f21ecca9ee688301174e5f2e0827827a7a7ff
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>
drivers/char/synclink_gt.c