Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157264
b: refs/heads/master
c: baed6b8
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Sep 5, 2009
1 parent 739d0b0 commit 0340f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4fe0badd5882c64dc2dcd8893f9b85db63339736
refs/heads/master: baed6b82d9f160184c1c14cdb4accb08f3eb6b87
8 changes: 4 additions & 4 deletions trunk/drivers/firewire/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,12 @@ static void sbp2_status_write(struct fw_card *card, struct fw_request *request,
}
spin_unlock_irqrestore(&card->lock, flags);

if (&orb->link != &lu->orb_list)
if (&orb->link != &lu->orb_list) {
orb->callback(orb, &status);
else
kref_put(&orb->kref, free_orb);
} else {
fw_error("status write for unknown orb\n");

kref_put(&orb->kref, free_orb);
}

fw_send_response(card, request, RCODE_COMPLETE);
}
Expand Down

0 comments on commit 0340f8c

Please sign in to comment.