commit | 736e3acadce8438e610b897af2b1c472ed58444b | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Mon Dec 27 15:05:55 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 04 14:35:14 2011 -0500 |
tree | e3aed29f1f243534d19ac9c866725f4441dd4e82 | |
parent | a39fd6be19bde021314262a6d2193b3792c808db [diff] |
rt2x00: Fix pointer errors. Fix some pointer errors in the various calls to memcpy, memset and memmove. Although none of these errors are fatal (the expression used now results in the same pointer value) it is better to use the proper expression. All errors are having to deal with arrays. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>