aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/macintosh/via-macii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-macii.c b/drivers/macintosh/via-macii.c
index 01b8eca7ccd5..6e6dd17ab572 100644
--- a/drivers/macintosh/via-macii.c
+++ b/drivers/macintosh/via-macii.c
@@ -111,7 +111,7 @@ static enum macii_state {
111static struct adb_request *current_req; /* first request struct in the queue */ 111static struct adb_request *current_req; /* first request struct in the queue */
112static struct adb_request *last_req; /* last request struct in the queue */ 112static struct adb_request *last_req; /* last request struct in the queue */
113static unsigned char reply_buf[16]; /* storage for autopolled replies */ 113static unsigned char reply_buf[16]; /* storage for autopolled replies */
114static unsigned char *reply_ptr; /* next byte in req->data or reply_buf */ 114static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */
115static int reading_reply; /* store reply in reply_buf else req->reply */ 115static int reading_reply; /* store reply in reply_buf else req->reply */
116static int data_index; /* index of the next byte to send from req->data */ 116static int data_index; /* index of the next byte to send from req->data */
117static int reply_len; /* number of bytes received in reply_buf or req->reply */ 117static int reply_len; /* number of bytes received in reply_buf or req->reply */