linux_dsm_epyc7002/drivers/net/wireless/brcm80211
Vaishali Thakkar 362126cddb brcmfmac: Use put_unaligned_le32
This patch introduces the use of function put_unaligned_le32.

This is done using Coccinelle and semantic patch used is as follows:

@a@
typedef u32, __le32, uint32_t;
{u32,__le32,uint32_t} e32;
identifier tmp;
expression ptr;
expression y,e;
type T;
type T;
@@

- tmp = cpu_to_le32(y);

<+... when != tmp
(
- memcpy(ptr, (T)&tmp, \(4\|sizeof(u32)\|sizeof(__le32)\|sizeof(uint32_t)\|sizeof(e32)\));
+ put_unaligned_le32(y,ptr);
|
- memcpy(ptr, (T)&tmp, ...);
+ put_unaligned_le32(y,ptr);
)
...+>
? tmp = e

@@ type T; identifier a.tmp; @@

- T tmp;
...when != tmp

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-01-23 21:12:52 +02:00
..
brcmfmac brcmfmac: Use put_unaligned_le32 2015-01-23 21:12:52 +02:00
brcmsmac brcmsmac: don't leak kernel memory via printk() 2014-12-15 13:46:20 -05:00
brcmutil brcmutil: add helper function to format board revision 2014-12-01 15:57:20 -05:00
include brcmfmac: get rid of duplicate SDIO device identifiers 2015-01-09 15:48:06 +02:00
Kconfig brcmfmac: conditionally compile firmware protocol source code 2014-09-15 15:09:26 -04:00
Makefile