From: Dan Carpenter Date: Tue, 24 Jul 2012 11:51:52 +0000 (+0100) Subject: tty: fix missing assignment X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac5d7050e4e4d63751e78fb152a274d05c08563;p=pandora-kernel.git tty: fix missing assignment We're trying to save the termios state and we need to allocate a buffer to do it. Smatch complains that the buffer is leaked at the end of the function. Signed-off-by: Dan Carpenter Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed