aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-01-23 12:25:08 +0000
committerJeff Garzik <jeff@garzik.org>2007-01-23 16:26:33 -0500
commit3196265e97c661d9e9be04d5d64ca8ff3186536d (patch)
treecd99642b956a7d8a16751de28a3c778e291426c2 /drivers/net/mv643xx_eth.c
parentNetXen: Use pci_register_driver() instead of pci_module_init() in init_module (diff)
downloadlinux-dev-3196265e97c661d9e9be04d5d64ca8ff3186536d.tar.xz
linux-dev-3196265e97c661d9e9be04d5d64ca8ff3186536d.zip
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 <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions