提交 945ac222 编写于 作者: S Stefan Richter

firewire: ROM cache is CPU-endian

Puts a stray endian annotation down.
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 d84702a5
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册