Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303949
b: refs/heads/master
c: 622b80c
h: refs/heads/master
i:
  303947: 33be15e
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 15, 2012
1 parent f3d7a1b commit 26f116e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7186364e46c3800635c283924bf25433d0a556a2
refs/heads/master: 622b80cf6a6148bedbd8fec3945327cbf9f2caf4
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/ch341.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static int ch341_tiocmget(struct tty_struct *tty)
return result;
}

static int ch341_resume(struct usb_serial *serial)
static int ch341_reset_resume(struct usb_serial *serial)
{
struct ch341_private *priv;

Expand Down Expand Up @@ -607,7 +607,7 @@ static struct usb_serial_driver ch341_device = {
.tiocmset = ch341_tiocmset,
.read_int_callback = ch341_read_int_callback,
.attach = ch341_attach,
.resume = ch341_resume,
.resume = ch341_reset_resume,
};

static struct usb_serial_driver * const serial_drivers[] = {
Expand Down

0 comments on commit 26f116e

Please sign in to comment.