git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2d2bb
)
Staging: ipack/bridges/tpci200: fix kernel oops when uninstalling a device
author
Samuel Iglesias Gonsalvez
<siglesias@igalia.com>
Fri, 25 May 2012 08:03:05 +0000
(10:03 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Jun 2012 05:20:30 +0000
(14:20 +0900)
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 <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found