projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84702a
)
firewire: ROM cache is CPU-endian
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 20 Mar 2007 18:44:26 +0000
(19:44 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 20 Mar 2007 22:27:19 +0000
(23:27 +0100)
Puts a stray endian annotation down.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-device.h
patch
|
blob
|
history
diff --git
a/drivers/firewire/fw-device.h
b/drivers/firewire/fw-device.h
index ba0e2463e4a7794f1eb47ed7777a16da125a5b94..ce47ab9588409a1054001408d651d131f38f1f5a 100644
(file)
--- a/
drivers/firewire/fw-device.h
+++ b/
drivers/firewire/fw-device.h
@@
-41,7
+41,7
@@
struct fw_device {
struct device device;
struct list_head link;
struct list_head client_list;
-
__be
32 *config_rom;
+
u
32 *config_rom;
size_t config_rom_length;
int config_rom_retries;
struct delayed_work work;