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:
d5f9f1e
)
staging: rtl8187se: use memdup_user to simplify code
author
Teodora Baluta
<teobaluta@gmail.com>
Fri, 25 Oct 2013 09:00:14 +0000
(12:00 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 21:34:42 +0000
(14:34 -0700)
This patch fixes the following coccinelle warning to use memdup_user
rather than duplicating its implementation:
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c:2947:9-16: WARNING opportunity for memdup_user
Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found