From: Christophe Jaillet Date: Mon, 9 Jun 2008 23:39:53 +0000 (-0700) Subject: USB: AccessRunner: avoid unnecessary memset X-Git-Tag: v2.6.27-rc1~946^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33578bd706e40eb877bd87bfc47e5da30034afde;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed