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:
17cb3be
)
rtl8712: remove useless calls to memset().
author
Cyril Roelandt
<tipecaml@gmail.com>
Sun, 2 Dec 2012 02:40:21 +0000
(
03:40
+0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:37:11 +0000
(16:37 -0800)
These calls are followed by calls to memcpy() on the same memory area, so they
can be safely removed.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found