isicom, remove unneeded memset
Memsetting of global static variables is not needed in the init code.
Signed-off-by: Jiri Slaby <[email protected]>
---
commit a2d2f722e0d805a57d7835e715c520ca7a7580a7
tree 5bf84122a37ff113797c54f122f0144b3a302237
parent a11b72a2838aa7dfee930168faeebf25a23c70d4
author Jiri Slaby <[email protected]> Thu, 19 Oct 2006 19:28:14 +0200
committer Jiri Slaby <[email protected]> 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]