From: Stephen M. Cameron Date: Tue, 13 Oct 2009 07:18:22 +0000 (+0200) Subject: cciss: Fix multiple calls to pci_release_regions X-Git-Tag: v2.6.32-rc5~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfa948c9ea8681e831743a3bb61157f590fa8d8;p=pandora-kernel.git cciss: Fix multiple calls to pci_release_regions Fix multiple calls to pci_release_regions. If cciss_pci_init fails, it already does any necessary call to pci_release_regions, so this does not need to be done again in cciss_init_one in that case. Signed-off-by: Stephen M. Cameron Signed-off-by: Jens Axboe --- Reading git-diff-tree failed