bna: remove useless calls to memset().
authorCyril Roelandt <tipecaml@gmail.com>
Sat, 1 Dec 2012 16:40:17 +0000 (16:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2012 01:32:56 +0000 (20:32 -0500)
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>

No differences found