Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106615
b: refs/heads/master
c: f9543d0
h: refs/heads/master
i:
  106613: d1bd2e1
  106611: 15c7b89
  106607: 0509aed
v: v3
  • Loading branch information
JiSheng Zhang authored and Stefan Richter committed Jul 20, 2008
1 parent abafb57 commit 65e5c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1e8afea124added6409d5209f90d9949f5a13b32
refs/heads/master: f9543d0ab6392a9a5bff0034622688dc10d9d225
6 changes: 3 additions & 3 deletions trunk/drivers/firewire/fw-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ complete_transaction(struct fw_card *card, int rcode,

response->response.type = FW_CDEV_EVENT_RESPONSE;
response->response.rcode = rcode;
queue_event(client, &response->event,
&response->response, sizeof(response->response),
response->response.data, response->response.length);
queue_event(client, &response->event, &response->response,
sizeof(response->response) + response->response.length,
NULL, 0);
}

static int ioctl_send_request(struct client *client, void *buffer)
Expand Down

0 comments on commit 65e5c5c

Please sign in to comment.