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:
b312fb0
)
staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdup
author
Tapasweni Pathak
<tapaswenipathak@gmail.com>
Tue, 21 Oct 2014 04:18:20 +0000
(09:48 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 04:20:44 +0000
(12:20 +0800)
Replaced calls to kzalloc followed by memcpy with a single call to
kmemdup.
Patch found using coccicheck.
Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found