Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364401
b: refs/heads/master
c: 618e183
h: refs/heads/master
i:
  364399: 8c76e7b
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent b655c6b commit 6116d76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: bf8773c6eacc9c3241455fdb7e82050ad2323a0a
refs/heads/master: 618e183d03a95da200bed48e5277efe428feef26
6 changes: 0 additions & 6 deletions trunk/drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ static int ssu100_open(struct tty_struct *tty, struct usb_serial_port *port)
return usb_serial_generic_open(tty, port);
}

static void ssu100_close(struct usb_serial_port *port)
{
usb_serial_generic_close(port);
}

static int get_serial_info(struct usb_serial_port *port,
struct serial_struct __user *retinfo)
{
Expand Down Expand Up @@ -630,7 +625,6 @@ static struct usb_serial_driver ssu100_device = {
.id_table = id_table,
.num_ports = 1,
.open = ssu100_open,
.close = ssu100_close,
.attach = ssu100_attach,
.port_probe = ssu100_port_probe,
.port_remove = ssu100_port_remove,
Expand Down

0 comments on commit 6116d76

Please sign in to comment.