diff options
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 0cf4d7f562c5..c9388fbb3bcc 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
@@ -1346,7 +1346,7 @@ static void bus_reset_tasklet(unsigned long data) | |||
1346 | * was set up before this reset, the old one is now no longer | 1346 | * was set up before this reset, the old one is now no longer |
1347 | * in use and we can free it. Update the config rom pointers | 1347 | * in use and we can free it. Update the config rom pointers |
1348 | * to point to the current config rom and clear the | 1348 | * to point to the current config rom and clear the |
1349 | * next_config_rom pointer so a new udpate can take place. | 1349 | * next_config_rom pointer so a new update can take place. |
1350 | */ | 1350 | */ |
1351 | 1351 | ||
1352 | if (ohci->next_config_rom != NULL) { | 1352 | if (ohci->next_config_rom != NULL) { |