commit | 73f743670d36ddd61247d709711227b0e2e1a497 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon May 09 12:51:57 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue May 10 15:54:51 2011 -0400 |
tree | 5d68ff675ea5c7c8d1e721b368997b06a6917278 | |
parent | 8c12c7b0efce09b87e67d05332bdcb86ea83f65a [diff] |
rtlwifi: rtl8192cu: Fix memset/memcpy using sizeof(ptr) not sizeof(*ptr) Found via coccinelle script @@ type T; T* ptr; expression E1; @@ * memset(E1, 0, sizeof(ptr)); Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>