Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56840
b: refs/heads/master
c: b268f48
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Greg Kroah-Hartman committed May 23, 2007
1 parent 0cc1df4 commit 70f26b7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 09b7002d68cfa1c45cc413a0c7cca399c25a57c6
refs/heads/master: b268f484f9d7ce91301091e0fb2c80e9e8caa3df
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/ark3116.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ static inline void ARK3116_RCV(struct usb_serial *serial, int seq,
request, requesttype, value, index,
buf, 0x0000001, 1000);
if (result)
dbg("%03d < %d bytes [0x%02X]", seq, result, buf[0]);
dbg("%03d < %d bytes [0x%02X]", seq, result,
((unsigned char *)buf)[0]);
else
dbg("%03d < 0 bytes", seq);
}
Expand Down

0 comments on commit 70f26b7

Please sign in to comment.