Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43457
b: refs/heads/master
c: cd641f6
h: refs/heads/master
i:
  43455: 29dc026
v: v3
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent 699869e commit 2aa1c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 138c8af8649ceea38aa52323b9326c10068bb597
refs/heads/master: cd641f68d628e5c44350447d4b8d661991419e60
3 changes: 1 addition & 2 deletions trunk/drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,8 @@ static void sbp2util_mark_command_completed(
struct sbp2_lu *lu,
struct sbp2_command_info *cmd)
{
list_del(&cmd->list);
sbp2util_free_command_dma(cmd);
list_add_tail(&cmd->list, &lu->cmd_orb_completed);
list_move_tail(&cmd->list, &lu->cmd_orb_completed);
}

/*
Expand Down

0 comments on commit 2aa1c37

Please sign in to comment.