diff options
author | Marcin Slusarz | 2008-04-30 09:54:47 +0200 |
---|---|---|
committer | Linus Torvalds | 2008-04-30 17:29:51 +0200 |
commit | 20c79e785ae3f813310261dde81b29ab0c3e28b4 (patch) | |
tree | eef2c72d3837e914f1b74d49e0fbe8450a9af6ee /sound/sound_firmware.c | |
parent | affs: be*_add_cpu conversion (diff) | |
download | kernel-qcow2-linux-20c79e785ae3f813310261dde81b29ab0c3e28b4.tar.gz kernel-qcow2-linux-20c79e785ae3f813310261dde81b29ab0c3e28b4.tar.xz kernel-qcow2-linux-20c79e785ae3f813310261dde81b29ab0c3e28b4.zip |
hfs/hfsplus: be*_add_cpu conversion
replace all:
big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
expression_in_cpu_byteorder);
with:
beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/sound_firmware.c')
0 files changed, 0 insertions, 0 deletions