commit | db1db294d9366e95a76f4ca7e6442240eba67a0a | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | Mon Jun 25 17:15:44 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 25 10:50:00 2012 -0700 |
tree | 856cda00dc309ea902a525b1e033dd984db38987 | |
parent | 7756d3e8b0acff580aab1f60c30e066e20a9900e [diff] |
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 <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>