[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <27770221971423522931@wsc.cz>
Date: Thu, 19 Oct 2006 22:26:58 +0200 (CEST)
From: Jiri Slaby <jirislaby@...il.com>
To: Andrew Morton <akpm@...l.org>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH 4/7] Char: isicom, remove unneeded memset
isicom, remove unneeded memset
Memsetting of global static variables is not needed in the init code.
Signed-off-by: Jiri Slaby <jirislaby@...il.com>
---
commit a2d2f722e0d805a57d7835e715c520ca7a7580a7
tree 5bf84122a37ff113797c54f122f0144b3a302237
parent a11b72a2838aa7dfee930168faeebf25a23c70d4
author Jiri Slaby <jirislaby@...il.com> Thu, 19 Oct 2006 19:28:14 +0200
committer Jiri Slaby <jirislaby@...il.com> Thu, 19 Oct 2006 19:28:14 +0200
drivers/char/isicom.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c
index 8cd6cc2..1b9ef44 100644
--- a/drivers/char/isicom.c
+++ b/drivers/char/isicom.c
@@ -1835,7 +1835,6 @@ static int __init isicom_init(void)
struct isi_port *port;
card = 0;
- memset(isi_ports, 0, sizeof(isi_ports));
for(idx = 0; idx < BOARD_COUNT; idx++) {
port = &isi_ports[idx * 16];
-
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