diff options
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index d5d8177da6d9..4f02c55f13e1 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -178,7 +178,7 @@ struct fw_ohci { | |||
178 | struct tasklet_struct bus_reset_tasklet; | 178 | struct tasklet_struct bus_reset_tasklet; |
179 | int node_id; | 179 | int node_id; |
180 | int generation; | 180 | int generation; |
181 | int request_generation; | 181 | int request_generation; /* for timestamping incoming requests */ |
182 | u32 bus_seconds; | 182 | u32 bus_seconds; |
183 | bool old_uninorth; | 183 | bool old_uninorth; |
184 | bool bus_reset_packet_quirk; | 184 | bool bus_reset_packet_quirk; |