mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-10 23:14:48 +07:00
![]() In little endian cases, macro cpu_to_be16 unfolds to __swab16 which provides special case for constants. In big endian cases, __constant_cpu_to_be16 and cpu_to_be16 expand directly to the same expression. So, replace __constant_cpu_to_be16 with cpu_to_be16 with the goal of getting rid of the definition of __constant_cpu_to_be16 completely. The semantic patch that performs this transformation is as follows: @@expression x;@@ - __constant_cpu_to_be16(x) + cpu_to_be16(x) Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
cx25840 | ||
m5mols | ||
s5c73m3 | ||
smiapp | ||
soc_camera | ||
ad9389b.c | ||
adp1653.c | ||
adv7170.c | ||
adv7175.c | ||
adv7180.c | ||
adv7183_regs.h | ||
adv7183.c | ||
adv7343_regs.h | ||
adv7343.c | ||
adv7393_regs.h | ||
adv7393.c | ||
adv7511.c | ||
adv7604.c | ||
adv7842.c | ||
ak881x.c | ||
aptina-pll.c | ||
aptina-pll.h | ||
as3645a.c | ||
bt819.c | ||
bt856.c | ||
bt866.c | ||
cs53l32a.c | ||
cs5345.c | ||
ir-kbd-i2c.c | ||
Kconfig | ||
ks0127.c | ||
ks0127.h | ||
lm3560.c | ||
lm3646.c | ||
m52790.c | ||
Makefile | ||
ml86v7667.c | ||
msp3400-driver.c | ||
msp3400-driver.h | ||
msp3400-kthreads.c | ||
mt9m032.c | ||
mt9p031.c | ||
mt9t001.c | ||
mt9v011.c | ||
mt9v032.c | ||
noon010pc30.c | ||
ov2659.c | ||
ov7640.c | ||
ov7670.c | ||
ov9650.c | ||
s5k4ecgx.c | ||
s5k5baf.c | ||
s5k6a3.c | ||
s5k6aa.c | ||
saa711x_regs.h | ||
saa717x.c | ||
saa6588.c | ||
saa6752hs.c | ||
saa7110.c | ||
saa7115.c | ||
saa7127.c | ||
saa7185.c | ||
smiapp-pll.c | ||
smiapp-pll.h | ||
sony-btf-mpx.c | ||
sr030pc30.c | ||
tda7432.c | ||
tda9840.c | ||
tea6415c.c | ||
tea6415c.h | ||
tea6420.c | ||
tea6420.h | ||
ths7303.c | ||
ths8200_regs.h | ||
ths8200.c | ||
tlv320aic23b.c | ||
tvaudio.c | ||
tvp514x_regs.h | ||
tvp514x.c | ||
tvp5150_reg.h | ||
tvp5150.c | ||
tvp7002_reg.h | ||
tvp7002.c | ||
tw2804.c | ||
tw9903.c | ||
tw9906.c | ||
uda1342.c | ||
upd64031a.c | ||
upd64083.c | ||
vp27smpx.c | ||
vpx3220.c | ||
vs6624_regs.h | ||
vs6624.c | ||
wm8739.c | ||
wm8775.c |