USB: AccessRunner: avoid unnecessary memset
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Mon, 9 Jun 2008 23:39:53 +0000 (16:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:32 +0000 (15:16 -0700)
commit33578bd706e40eb877bd87bfc47e5da30034afde
tree14a7f6aeff408831ae7751a8f73f4ac6d9cb62a1
parentd249afddffda695a20afe5270cbbfa242969d6e1
USB: AccessRunner: avoid unnecessary memset

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>
drivers/usb/atm/cxacru.c