From: Samuel Iglesias Gonsalvez Date: Fri, 25 May 2012 08:03:05 +0000 (+0200) Subject: Staging: ipack/bridges/tpci200: fix kernel oops when uninstalling a device X-Git-Tag: v3.6-rc1~100^2~902 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20cf70082440ffabbec5c275726f68fe53872c94;p=pandora-kernel.git Staging: ipack/bridges/tpci200: fix kernel oops when uninstalling a device When uninstalling a device, the call to the ipack_bus_ops remove() frees resources in the ipack device driver but without unregistering the device. It generates a kernel oops when somebody wants to unregister the device. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed