From: Joe Perches Date: Sun, 3 Feb 2013 17:43:58 +0000 (+0000) Subject: ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups X-Git-Tag: v3.9-rc1~139^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2adaca92c63b9bb8beb021d554f656e387a7648;p=pandora-kernel.git ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups alloc failures already get standardized OOM messages and a dump_stack. Convert kzalloc's with multiplies to kcalloc. Convert kmalloc's with multiplies to kmalloc_array. Fix a few whitespace defects. Convert a constant 6 to ETH_ALEN. Use parentheses around sizeof. Convert vmalloc/memset to vzalloc. Remove now unused size variables. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed