Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72010
b: refs/heads/master
c: 4b6d51e
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Oct 22, 2007
1 parent 76a31d5 commit 7935826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c74e92c209cf30ae6003e042e7c017eb6c370b64
refs/heads/master: 4b6d51ec62d9c57432430528d6293605794a9f1b
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ static int
at_context_queue_packet(struct context *ctx, struct fw_packet *packet)
{
struct fw_ohci *ohci = ctx->ohci;
dma_addr_t d_bus, payload_bus;
dma_addr_t d_bus, uninitialized_var(payload_bus);
struct driver_data *driver_data;
struct descriptor *d, *last;
__le32 *header;
Expand Down

0 comments on commit 7935826

Please sign in to comment.