You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
firewire: ROM cache is CPU-endian
Puts a stray endian annotation down. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user