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:
096c55d
)
Staging: panel: fix oops on panel_cleanup_module
author
Costantino Leandro
<lcostantino@gmail.com>
Tue, 17 Feb 2009 16:10:48 +0000
(11:10 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 27 Feb 2009 20:56:24 +0000
(12:56 -0800)
Check for null pardevice (not registered, ej: panel never attached,
inexistent parport, etc. ) before calling parport_release,
parport_unregister_device, and related funcs on module release.
Signed-off-by: Costantino Leandro <lcostantino@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found