* [PATCH] Remove an extraneous label from the Intel Wifi driver
@ 2008-07-08 16:15 David Howells
2008-07-08 19:01 ` John W. Linville
0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2008-07-08 16:15 UTC (permalink / raw)
To: yi.zhu, reinette.chatre, akpm; +Cc: dhowells, linux-wireless
Remove an extraneous label from the Intel Wifi driver for which the goto has
been removed.
The label was added in patch ad97edd2f524940d524c26ae273a4eb23067a7c0.
Signed-off-by: David Howells <dhowells@redhat.com>
---
drivers/net/wireless/iwlwifi/iwl-rfkill.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/iwlwifi/iwl-rfkill.c b/drivers/net/wireless/iwlwifi/iwl-rfkill.c
index aa9f31e..cde1141 100644
--- a/drivers/net/wireless/iwlwifi/iwl-rfkill.c
+++ b/drivers/net/wireless/iwlwifi/iwl-rfkill.c
@@ -111,7 +111,6 @@ unregister_rfkill:
rfkill_unregister(priv->rfkill_mngr.rfkill);
priv->rfkill_mngr.rfkill = NULL;
-freed_rfkill:
if (priv->rfkill_mngr.rfkill != NULL)
rfkill_free(priv->rfkill_mngr.rfkill);
priv->rfkill_mngr.rfkill = NULL;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove an extraneous label from the Intel Wifi driver
2008-07-08 16:15 [PATCH] Remove an extraneous label from the Intel Wifi driver David Howells
@ 2008-07-08 19:01 ` John W. Linville
0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2008-07-08 19:01 UTC (permalink / raw)
To: David Howells; +Cc: yi.zhu, reinette.chatre, akpm, linux-wireless
On Tue, Jul 08, 2008 at 05:15:14PM +0100, David Howells wrote:
> Remove an extraneous label from the Intel Wifi driver for which the goto has
> been removed.
>
> The label was added in patch ad97edd2f524940d524c26ae273a4eb23067a7c0.
>
> Signed-off-by: David Howells <dhowells@redhat.com>
FWIW, I've just merged another patch that takes care of freed_rfkill.
Thanks,
John
--
John W. Linville
linville@tuxdriver.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-08 19:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 16:15 [PATCH] Remove an extraneous label from the Intel Wifi driver David Howells
2008-07-08 19:01 ` John W. Linville
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).