From: Harvey Harrison Date: Sat, 13 Dec 2008 23:02:34 +0000 (-0800) Subject: ieee1394: mark bus_info_data as a __be32 array X-Git-Tag: v2.6.29-rc1~187^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=debb48063a372525c07561cc96c473ae9adefd99;p=pandora-kernel.git 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 Signed-off-by: Stefan Richter --- Reading git-diff-tree failed