commit | 2d9ebe77b7665a431a9816eff3eb588e05176dfa | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sun Jan 22 18:29:51 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 17:22:16 2012 -0800 |
tree | fe058d2e0219233017efe91d897350fda228de95 | |
parent | 5cf4d6b936ca21f67aa763dd0d3f8fdd9873b22c [diff] |
Staging: bcm: Use memdup_user rather than duplicating its implementation This is a little bit restricted to reduce false positives The semantic patch that makes this change is available in scripts/coccinelle/api/memdup_user.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>