android_kernel_samsung_msm8976/drivers/ieee1394
Marcin Slusarz 63995d4650 ieee1394: 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>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2008-04-18 17:55:29 +02:00
..
config_roms.c
config_roms.h
csr.c ieee1394: be*_add_cpu conversion 2008-04-18 17:55:29 +02:00
csr.h
csr1212.c
csr1212.h
dma.c
dma.h
dv1394-private.h
dv1394.c
dv1394.h
eth1394.c
eth1394.h
highlevel.c
highlevel.h
hosts.c
hosts.h
ieee1394-ioctl.h
ieee1394.h
ieee1394_core.c
ieee1394_core.h
ieee1394_hotplug.h
ieee1394_transactions.c
ieee1394_transactions.h
ieee1394_types.h
init_ohci1394_dma.c
iso.c
iso.h
Kconfig
Makefile
nodemgr.c
nodemgr.h
ohci1394.c
ohci1394.h
pcilynx.c
pcilynx.h
raw1394-private.h
raw1394.c
raw1394.h
sbp2.c ieee1394: sbp2: relax SCSI DMA alignment 2008-04-18 17:55:29 +02:00
sbp2.h
video1394.c
video1394.h