ieee1394: mark bus_info_data as a __be32 array
authorHarvey Harrison <harvey.harrison@gmail.com>
Sat, 13 Dec 2008 23:02:34 +0000 (15:02 -0800)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Jan 2009 22:50:35 +0000 (23:50 +0100)
commitdebb48063a372525c07561cc96c473ae9adefd99
tree13a8df0757c138a1e6f2617b43ed10762d605db9
parenta5e6f64ddad9f55f0eab09576c7523808d7f9e3d
ieee1394: mark bus_info_data as a __be32 array

Two access functions get_max_rom and set_hw_config_rom are
changed to take __be32 as well.  Only bus_info_data was
ever passed in so this is OK.  All other uses of bus_info_data
treated it as a be32 value already.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/csr1212.h
drivers/ieee1394/hosts.h
drivers/ieee1394/ohci1394.c