brcmsmac: Remove unnecessary memset casts
authorJoe Perches <joe@perches.com>
Thu, 14 Feb 2013 01:33:21 +0000 (17:33 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 14 Feb 2013 19:24:08 +0000 (14:24 -0500)
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 <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found