From: Samuel Iglesias Gonsalvez Date: Mon, 25 Jun 2012 15:15:44 +0000 (+0200) Subject: Staging: ipack/devices/ipoctal: fix oops when accessing "buffer" X-Git-Tag: v3.6-rc1~100^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1db294d9366e95a76f4ca7e6442240eba67a0a;p=pandora-kernel.git Staging: ipack/devices/ipoctal: fix oops when accessing "buffer" The buffer[][] field was replaced by tty_port->xmit_buf field but there was some places that "buffer" was still accessed, giving a kernel oops because it was uninitialized. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed