[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1344064685-12337-1-git-send-email-develkernel412222@gmail.com>
Date: Sat, 4 Aug 2012 13:03:05 +0545
From: Devendra Naga <develkernel412222@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Devendra Naga <develkernel412222@...il.com>,
Mikko Virkkilä <mikko.virkkila@...egiga.com>,
Lauri Hintsala <Lauri.Hintsala@...egiga.com>,
Riku Mettälä <riku.mettala@...egiga.com>,
Veli-Pekka Peltola <veli-pekka.peltola@...egiga.com>
Subject: [PATCH 4/5] staging/csr: remove the initialisation of interfaceTag and its comment in handle_bh_error
the interfaceTag is actually initialised in for loop of this function
and its not needed to initialise it before for loop.
and also remove the comment that is obvious about this variable.
Cc: Mikko Virkkilä <mikko.virkkila@...egiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@...egiga.com>
Cc: Riku Mettälä <riku.mettala@...egiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@...egiga.com>
Signed-off-by: Devendra Naga <develkernel412222@...il.com>
---
drivers/staging/csr/bh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/csr/bh.c b/drivers/staging/csr/bh.c
index 2597e22..3193df2 100644
--- a/drivers/staging/csr/bh.c
+++ b/drivers/staging/csr/bh.c
@@ -164,7 +164,7 @@ uf_wait_for_thread_to_stop(unifi_priv_t *priv, struct uf_thread *thread)
handle_bh_error(unifi_priv_t *priv)
{
u8 conf_param = CONFIG_IND_ERROR;
- u8 interfaceTag = 0; /* used as a loop counter */
+ u8 interfaceTag;
/* Block unifi_run_bh() until the error has been handled. */
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists