]> Pileus Git - ~andy/linux/commit
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)
commit60e476d02129acb1f863a9b4932358678ee6a355
treeb8312544f4d8938975a42c31af7aae887260b521
parent02275a2ee7c0ea475b6f4a6428f5df592bc9d30b
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>
drivers/net/ethernet/brocade/bna/bfa_ioc.c