diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2011-03-17 18:08:57 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-21 19:19:48 (GMT) |
commit | 6e9d592f02f657361168c94e22d9602cad71a09c (patch) | |
tree | aa8680745ca3ba24313fcfa65dcb22462b3441ca /drivers/dio | |
parent | 5da201a4c86aac6c46a071c5c8255601090b65b2 (diff) | |
download | linux-6e9d592f02f657361168c94e22d9602cad71a09c.tar.xz |
rtlwifi: Fix memset argument order
These were found using the following semantic match:
// <smpl>
@@expression E1; type T;@@
* memset(E1, ... * sizeof(T) * ..., ...);
// </smpl>
Also take this opportunity to remove the unnecessary void* casts.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/dio')
0 files changed, 0 insertions, 0 deletions