From: Yogesh Ashok Powar Date: Tue, 23 Apr 2013 23:49:47 +0000 (-0700) Subject: mwifiex: Use pci_release_region() instead of a pci_release_regions() X-Git-Tag: v3.2.45~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60969a27662323da45acbbd10cfb9699fed7cd42;p=pandora-kernel.git mwifiex: Use pci_release_region() instead of a pci_release_regions() commit c380aafb77b7435d010698fe3ca6d3e1cd745fde upstream. PCI regions are associated with the device using pci_request_region() call. Hence use pci_release_region() instead of pci_release_regions(). Signed-off-by: Yogesh Ashok Powar Signed-off-by: Amitkumar Karwar Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed