linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.1] iwlwifi: remove un-needed out_iounmap label
@ 2011-10-28  1:36 Wey-Yi Guy
  2011-11-02 19:44 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Wey-Yi Guy @ 2011-10-28  1:36 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

out_iounmap is no longer used, remove it

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
---
apply this patch after "iwlwifi-allow-pci_enable_msi-fail.patch"

hese patches will be also available later from wireless branch on
 git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git once iwlwifi
account available

 drivers/net/wireless/iwlwifi/iwl-pci.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-pci.c b/drivers/net/wireless/iwlwifi/iwl-pci.c
index 718a722..32d64e7 100644
--- a/drivers/net/wireless/iwlwifi/iwl-pci.c
+++ b/drivers/net/wireless/iwlwifi/iwl-pci.c
@@ -465,7 +465,6 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
 out_disable_msi:
 	pci_disable_msi(pdev);
-out_iounmap:
 	pci_iounmap(pdev, pci_bus->hw_base);
 out_pci_release_regions:
 	pci_set_drvdata(pdev, NULL);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 3.1] iwlwifi: remove un-needed out_iounmap label
  2011-10-28  1:36 [PATCH 3.1] iwlwifi: remove un-needed out_iounmap label Wey-Yi Guy
@ 2011-11-02 19:44 ` John W. Linville
  2011-11-02 19:51   ` wwguy
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2011-11-02 19:44 UTC (permalink / raw)
  To: Wey-Yi Guy; +Cc: linux-wireless

On Thu, Oct 27, 2011 at 06:36:18PM -0700, Wey-Yi Guy wrote:
> out_iounmap is no longer used, remove it
> 
> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> ---
> apply this patch after "iwlwifi-allow-pci_enable_msi-fail.patch"

FWIW, I combined this patch with the earlier one.

Thanks,

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 3.1] iwlwifi: remove un-needed out_iounmap label
  2011-11-02 19:44 ` John W. Linville
@ 2011-11-02 19:51   ` wwguy
  0 siblings, 0 replies; 3+ messages in thread
From: wwguy @ 2011-11-02 19:51 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless@vger.kernel.org

On Wed, 2011-11-02 at 12:44 -0700, John W. Linville wrote:
> On Thu, Oct 27, 2011 at 06:36:18PM -0700, Wey-Yi Guy wrote:
> > out_iounmap is no longer used, remove it
> > 
> > Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
> > ---
> > apply this patch after "iwlwifi-allow-pci_enable_msi-fail.patch"
> 
> FWIW, I combined this patch with the earlier one.
> 
thank you, should do that at the first place :-)

Wey



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-02 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28  1:36 [PATCH 3.1] iwlwifi: remove un-needed out_iounmap label Wey-Yi Guy
2011-11-02 19:44 ` John W. Linville
2011-11-02 19:51   ` wwguy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).