From: Joe Perches Date: Thu, 14 Feb 2013 01:33:21 +0000 (-0800) Subject: brcmsmac: Remove unnecessary memset casts X-Git-Tag: v3.9-rc1~139^2~31^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56e681b6210a635af4e4eb93ce81b4654851033;p=pandora-kernel.git brcmsmac: Remove unnecessary memset casts Remove the casts of the first argument of memset. Neaten the style by using the sizeof the actual variable being memset not the sizeof the type of variable. Signed-off-by: Joe Perches Signed-off-by: John W. Linville --- Reading git-diff-tree failed