Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305090
b: refs/heads/master
c: bfa346a
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Apr 6, 2012
1 parent e1cb391 commit cf294d7
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: 2975b0231600f4628512d51550a4e2cfde7d6358
refs/heads/master: bfa346ad6b4dd88c19f560b5b0527d93fa05833b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/u_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ static int gs_put_char(struct tty_struct *tty, unsigned char ch)
unsigned long flags;
int status;

pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %p\n",
pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %pf\n",
port->port_num, tty, ch, __builtin_return_address(0));

spin_lock_irqsave(&port->port_lock, flags);
Expand Down

0 comments on commit cf294d7

Please sign in to comment.