From: Johan Hovold Date: Wed, 26 Jun 2013 14:47:31 +0000 (+0200) Subject: USB: oti6858: do not call set_termios with uninitialised data X-Git-Tag: v3.12-rc1~186^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc43ff924d0d29e53e3f4d26db2c4265b1aa5a2a;p=pandora-kernel.git USB: oti6858: do not call set_termios with uninitialised data Make sure set_termios is not called with uninitialised data at open. The old termios struct is currently not used, but pass NULL instead to avoid future problems (e.g. stack data leak). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed