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: omap-for-v3.10/dt-fixes-for-merge-window~77^2~18^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c380aafb77b7435d010698fe3ca6d3e1cd745fde;p=pandora-kernel.git mwifiex: Use pci_release_region() instead of a pci_release_regions() PCI regions are associated with the device using pci_request_region() call. Hence use pci_release_region() instead of pci_release_regions(). Cc: # 3.2+ 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 --- Reading git-diff-tree failed