From: Lior Dotan Date: Wed, 8 Oct 2008 09:37:37 +0000 (+0200) Subject: Staging: SLICOSS: Call pci_release_regions at driver exit X-Git-Tag: v2.6.28-rc1~258^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25fda728dfb5c23d1147279fc6a537451603369;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed