Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58442
b: refs/heads/master
c: b8f1065
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jul 9, 2007
1 parent 226017a commit 959438b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 53c96b41742a2dadd14e65c23fc119f2a2fd9f05
refs/heads/master: b8f106570f20a7a98a18a14c2d11d65f581c2808
6 changes: 0 additions & 6 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ struct sbp2_command_orb {

struct sbp2_pointer page_table[SG_ALL];
dma_addr_t page_table_bus;
dma_addr_t request_buffer_bus;
};

/*
Expand Down Expand Up @@ -882,11 +881,6 @@ complete_command_orb(struct sbp2_orb *base_orb, struct sbp2_status *status)
dma_unmap_single(device->card->device, orb->page_table_bus,
sizeof(orb->page_table_bus), DMA_TO_DEVICE);

if (orb->request_buffer_bus != 0)
dma_unmap_single(device->card->device, orb->request_buffer_bus,
sizeof(orb->request_buffer_bus),
DMA_FROM_DEVICE);

orb->cmd->result = result;
orb->done(orb->cmd);
kfree(orb);
Expand Down

0 comments on commit 959438b

Please sign in to comment.