From: Al Viro Date: Tue, 23 Jan 2007 12:25:08 +0000 (+0000) Subject: s2io bogus memset X-Git-Tag: v2.6.20-rc6~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3196265e97c661d9e9be04d5d64ca8ff3186536d;p=pandora-kernel.git 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: Jeff Garzik --- Reading git-diff-tree failed