diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-08-28 19:13:51 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 22:15:24 +0200 |
commit | fa9abe050d0a018b888fce61a4353afab17b0860 (patch) | |
tree | 385c3d6f3a2b6be59be9dfb533800bbec06d991e /drivers/net/tulip/xircom_cb.c | |
parent | s2io: reindented misleading for loop (diff) | |
download | linux-fa9abe050d0a018b888fce61a4353afab17b0860.tar.xz linux-fa9abe050d0a018b888fce61a4353afab17b0860.zip |
b43: Don't use memcpy for overlapping areas
It is valid to pass &gphy->rfatt and &gphy->bbatt as rfatt and bbatt
pointer arguments to the function. So we have to use memmove for the
possibly overlapping memory areas.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/tulip/xircom_cb.c')
0 files changed, 0 insertions, 0 deletions