]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: SLICOSS: Call pci_release_regions at driver exit
authorLior Dotan <liodot@gmail.com>
Wed, 8 Oct 2008 09:37:37 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:14 +0000 (15:31 -0700)
commitf25fda728dfb5c23d1147279fc6a537451603369
tree07493aec3c7fbcb543bf402fbc30f4e2b26ca1f9
parent68cf95f3183c7bd60feab3bb774e1e4c7f36fe71
Staging: SLICOSS: Call pci_release_regions at driver exit

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>
drivers/staging/slicoss/slicoss.c