git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d249afd
)
USB: AccessRunner: avoid unnecessary memset
author
Christophe Jaillet
<christophe.jaillet@wanadoo.fr>
Mon, 9 Jun 2008 23:39:53 +0000
(16:39 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 21 Jul 2008 22:16:32 +0000
(15:16 -0700)
Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc
(i.e. 'card_info' array of the structure 'instance').
Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found