Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83150
b: refs/heads/master
c: eb4da4c
h: refs/heads/master
v: v3
  • Loading branch information
Finn Thain authored and Linus Torvalds committed Feb 5, 2008
1 parent 63875a3 commit 350f2d0
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: 612e484fdb8802ffee84218cb35f3cff61a9c8c6
refs/heads/master: eb4da4cec30309e3b3d584616e32318cc8f6d63c
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/via-macii.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static enum macii_state {
static struct adb_request *current_req; /* first request struct in the queue */
static struct adb_request *last_req; /* last request struct in the queue */
static unsigned char reply_buf[16]; /* storage for autopolled replies */
static unsigned char *reply_ptr; /* next byte in req->data or reply_buf */
static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */
static int reading_reply; /* store reply in reply_buf else req->reply */
static int data_index; /* index of the next byte to send from req->data */
static int reply_len; /* number of bytes received in reply_buf or req->reply */
Expand Down

0 comments on commit 350f2d0

Please sign in to comment.