Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364408
b: refs/heads/master
c: 69a3d21
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 7d21212 commit dd7a25b
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: a4a83100a1653a389a5efaa68ad32c9b89010910
refs/heads/master: 69a3d2125796b3452da1b9fce851af96ac24b3a9
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static void kill_traffic(struct usb_serial_port *port)
usb_kill_urb(port->interrupt_out_urb);
}

static void port_release(struct device *dev)
static void usb_serial_port_release(struct device *dev)
{
struct usb_serial_port *port = to_usb_serial_port(dev);
int i;
Expand Down Expand Up @@ -888,7 +888,7 @@ static int usb_serial_probe(struct usb_interface *interface,
port->dev.parent = &interface->dev;
port->dev.driver = NULL;
port->dev.bus = &usb_serial_bus_type;
port->dev.release = &port_release;
port->dev.release = &usb_serial_port_release;
device_initialize(&port->dev);
}

Expand Down

0 comments on commit dd7a25b

Please sign in to comment.