diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 04:45:52 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:31 -0500 |
| commit | 3de3af130b75a79c7381573e5ea69cb59502023f (patch) | |
| tree | 3c3f33898d84d16e5d75c1469338c1544870fd49 /drivers/input/gameport | |
| parent | 100bb9349ea5cb4e667977de55bd6dc4ac7bc22f (diff) | |
[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.
Delete the few remaining unnecessary calls to memset(0) after a call to
kzalloc().
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Adam Belay <ambx1@neo.rr.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/input/gameport')
| -rw-r--r-- | drivers/input/gameport/ns558.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/gameport/ns558.c b/drivers/input/gameport/ns558.c index f68dbe6f7f04..7b7a546323cf 100644 --- a/drivers/input/gameport/ns558.c +++ b/drivers/input/gameport/ns558.c | |||
| @@ -151,7 +151,6 @@ static int ns558_isa_probe(int io) | |||
| 151 | return -ENOMEM; | 151 | return -ENOMEM; |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | memset(ns558, 0, sizeof(struct ns558)); | ||
| 155 | ns558->io = io; | 154 | ns558->io = io; |
| 156 | ns558->size = 1 << i; | 155 | ns558->size = 1 << i; |
| 157 | ns558->gameport = port; | 156 | ns558->gameport = port; |
