diff options
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | 2008-06-10 01:39:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:16:32 +0200 |
commit | 33578bd706e40eb877bd87bfc47e5da30034afde (patch) | |
tree | 14a7f6aeff408831ae7751a8f73f4ac6d9cb62a1 /drivers/hid | |
parent | USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long' (diff) | |
download | linux-33578bd706e40eb877bd87bfc47e5da30034afde.tar.xz linux-33578bd706e40eb877bd87bfc47e5da30034afde.zip |
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>
Diffstat (limited to 'drivers/hid')
0 files changed, 0 insertions, 0 deletions