diff options
Diffstat (limited to 'drivers/firewire/fw-card.c')
-rw-r--r-- | drivers/firewire/fw-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-card.c b/drivers/firewire/fw-card.c index 418c18f07e9d..c7760794de0d 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/fw-card.c | |||
@@ -75,7 +75,7 @@ generate_config_rom(struct fw_card *card, size_t *config_rom_length) | |||
75 | * controller, block reads to the config rom accesses the host | 75 | * controller, block reads to the config rom accesses the host |
76 | * memory, but quadlet read access the hardware bus info block | 76 | * memory, but quadlet read access the hardware bus info block |
77 | * registers. That's just crack, but it means we should make | 77 | * registers. That's just crack, but it means we should make |
78 | * sure the contents of bus info block in host memory mathces | 78 | * sure the contents of bus info block in host memory matches |
79 | * the version stored in the OHCI registers. | 79 | * the version stored in the OHCI registers. |
80 | */ | 80 | */ |
81 | 81 | ||