diff options
-rw-r--r-- | drivers/ieee1394/sbp2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c index a7fb588d3ca7..2b6d9a0fa737 100644 --- a/drivers/ieee1394/sbp2.c +++ b/drivers/ieee1394/sbp2.c | |||
@@ -619,9 +619,8 @@ static void sbp2util_mark_command_completed( | |||
619 | struct sbp2_lu *lu, | 619 | struct sbp2_lu *lu, |
620 | struct sbp2_command_info *cmd) | 620 | struct sbp2_command_info *cmd) |
621 | { | 621 | { |
622 | list_del(&cmd->list); | ||
623 | sbp2util_free_command_dma(cmd); | 622 | sbp2util_free_command_dma(cmd); |
624 | list_add_tail(&cmd->list, &lu->cmd_orb_completed); | 623 | list_move_tail(&cmd->list, &lu->cmd_orb_completed); |
625 | } | 624 | } |
626 | 625 | ||
627 | /* | 626 | /* |