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:
68cf95f
)
Staging: SLICOSS: Call pci_release_regions at driver exit
author
Lior Dotan
<liodot@gmail.com>
Wed, 8 Oct 2008 09:37:37 +0000
(11:37 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 10 Oct 2008 22:31:14 +0000
(15:31 -0700)
slic_entry_probe() calls pci_request_regions() but there's no matching
pci_release_regions() at driver's exit or if slic_entry_probe() fails.
Signed-off-by: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found