commit | b56e681b6210a635af4e4eb93ce81b4654851033 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Feb 13 17:33:21 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Feb 14 14:24:08 2013 -0500 |
tree | b4f24e384483d791b197c96fe0483c518f81bc1e | |
parent | e81c7e93b8f047bd0fe2cd150b0866c9da4c201d [diff] |
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 <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>