git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02275a2
)
bna: remove useless calls to memset().
author
Cyril Roelandt
<tipecaml@gmail.com>
Sat, 1 Dec 2012 16:40:17 +0000
(16:40 +0000)
committer
David 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