commit | 7e5730d7c22267e406454b5cff0c40e4ebf9a0da | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | Mon Dec 10 11:49:59 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 18:24:38 2013 -0800 |
tree | da9191e21e3db5d93fd3b1050251fff8d1940744 | |
parent | 69a6b9b1b6aec645d2efa23db2c15ed287e672dd [diff] |
ipack/devices/ipoctal: fix kernel bug when using pppd Trying to setup the pppd server to use ipoctal's serial ports, it says the ports are busy the first time. If the operation is repeated, a kernel bug due to a dereference of a NULL pointer appears. Removing the one-access-only setup from the driver, removes this kernel bug. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>