Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 945ac222 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: ROM cache is CPU-endian



Puts a stray endian annotation down.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent d84702a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ struct fw_device {
	struct device device;
	struct list_head link;
	struct list_head client_list;
	__be32 *config_rom;
	u32 *config_rom;
	size_t config_rom_length;
	int config_rom_retries;
	struct delayed_work work;