commit | 60e476d02129acb1f863a9b4932358678ee6a355 | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Sat Dec 01 16:40:17 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 02 20:32:56 2012 -0500 |
tree | b8312544f4d8938975a42c31af7aae887260b521 | |
parent | 02275a2ee7c0ea475b6f4a6428f5df592bc9d30b [diff] |
bna: remove useless calls to memset(). These calls are followed by calls to memcpy() on the same memory area, so they can safely be removed. Signed-off-by: Cyril Roelandt <tipecaml@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>