Re: [PATCH 1/6] bna: remove useless calls to memset().

2012-12-02 Thread David Miller
From: Cyril Roelandt Date: Sun, 2 Dec 2012 03:40:17 +0100 > These calls are followed by calls to memcpy() on the same memory area, so they > can safely be removed. > > Signed-off-by: Cyril Roelandt Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 1/6] bna: remove useless calls to memset().

2012-12-02 Thread David Miller
From: Cyril Roelandt tipec...@gmail.com Date: Sun, 2 Dec 2012 03:40:17 +0100 These calls are followed by calls to memcpy() on the same memory area, so they can safely be removed. Signed-off-by: Cyril Roelandt tipec...@gmail.com Applied, thanks. -- To unsubscribe from this list: send the

[PATCH 1/6] bna: remove useless calls to memset().

2012-12-01 Thread Cyril Roelandt
These calls are followed by calls to memcpy() on the same memory area, so they can safely be removed. Signed-off-by: Cyril Roelandt --- drivers/net/ethernet/brocade/bna/bfa_ioc.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/brocade/bna/bfa_ioc.c

[PATCH 1/6] bna: remove useless calls to memset().

2012-12-01 Thread Cyril Roelandt
These calls are followed by calls to memcpy() on the same memory area, so they can safely be removed. Signed-off-by: Cyril Roelandt tipec...@gmail.com --- drivers/net/ethernet/brocade/bna/bfa_ioc.c |4 1 file changed, 4 deletions(-) diff --git