commit | d9317533c54836887d64bba973ae5c9c341b36a0 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Tue Nov 08 20:37:03 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Nov 26 17:21:16 2011 -0800 |
tree | d9aa1a817da8c89728c29632a8dfde37b21ef735 | |
parent | 929fa2a42e75e0c6ded89c450bd0f668e32190d7 [diff] |
staging: rtl8192e: Use kmemdup rather than duplicating its implementation Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.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@suse.de>