linux/drivers/staging/rtl8192e
Julia Lawall 94002c07ff Staging: Use kmemdup
Use kmemdup when some other buffer is immediately copied into the
allocated region.

A simplified version of the semantic patch that makes this change is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression from,to,size,flag;
statement S;
@@

-  to = \(kmalloc\|kzalloc\)(size,flag);
+  to = kmemdup(from,size,flag);
   if (to==NULL || ...) S
-  memcpy(to, from, size);
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-05-17 16:31:15 -07:00
..
ieee80211 Staging: Use kmemdup 2010-05-17 16:31:15 -07:00
Kconfig
Makefile Staging: rtl8192e: Use the standard config option for PM functions 2010-05-11 11:35:56 -07:00
dot11d.h
ieee80211.h staging: trivial: fix typo "seperate" 2010-05-14 13:16:10 -07:00
ieee80211_crypt.h
r819xE_cmdpkt.c
r819xE_cmdpkt.h
r819xE_firmware.c
r819xE_phy.c
r819xE_phy.h
r819xE_phyreg.h
r8180_93cx6.c
r8180_93cx6.h
r8190_rtl8256.c staging: trivial: fix typo "seperate" 2010-05-14 13:16:10 -07:00
r8190_rtl8256.h
r8192E.h
r8192E_core.c staging: trivial: fix typo "seperate" 2010-05-14 13:16:10 -07:00
r8192E_dm.c
r8192E_dm.h
r8192E_hw.h
r8192E_wx.c
r8192E_wx.h
r8192_pm.c Staging: rtl8192e: Use the standard config option for PM functions 2010-05-11 11:35:56 -07:00
r8192_pm.h Staging: rtl8192e: Use the standard config option for PM functions 2010-05-11 11:35:56 -07:00