From: Al Viro Date: Tue, 23 Jan 2007 12:25:08 +0000 (+0000) Subject: [PATCH] s2io bogus memset X-Git-Tag: v2.6.20-rc6~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4384247b6910df91049f8d0bbd5c1075898ac290;p=pandora-kernel.git [PATCH] s2io bogus memset memset() after kmalloc() on size * 8 would better be on size * 8, not just size; fixed by switching to kcalloc() - it's more idiomatic anyway. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed