From: Samuel Iglesias Gonsalvez Date: Mon, 10 Dec 2012 10:49:59 +0000 (+0100) Subject: ipack/devices/ipoctal: fix kernel bug when using pppd X-Git-Tag: v3.9-rc1~124^2~123 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5730d7c22267e406454b5cff0c40e4ebf9a0da;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed