Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326013
b: refs/heads/master
c: fee84a5
h: refs/heads/master
i:
  326011: ea0844d
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 13, 2012
1 parent 6250dde commit 0b84d8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: c2d57aec81f3d479642523fd4d3537006168c240
refs/heads/master: fee84a54e707d93282f1854a9f712534b6543a5e
2 changes: 0 additions & 2 deletions trunk/drivers/usb/serial/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ static int usb_console_setup(struct console *co, char *options)
struct tty_struct *tty = NULL;
struct ktermios dummy;

dbg("%s", __func__);

if (options) {
baud = simple_strtoul(options, NULL, 10);
s = options;
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ static void return_serial(struct usb_serial *serial)
{
int i;

dbg("%s", __func__);

mutex_lock(&table_lock);
for (i = 0; i < serial->num_ports; ++i)
serial_table[serial->minor + i] = NULL;
Expand Down Expand Up @@ -191,8 +189,6 @@ static int serial_install(struct tty_driver *driver, struct tty_struct *tty)
struct usb_serial_port *port;
int retval = -ENODEV;

dbg("%s", __func__);

serial = usb_serial_get_by_index(idx);
if (!serial)
return retval;
Expand Down Expand Up @@ -445,7 +441,6 @@ static int serial_proc_show(struct seq_file *m, void *v)
int i;
char tmp[40];

dbg("%s", __func__);
seq_puts(m, "usbserinfo:1.0 driver:2.0\n");
for (i = 0; i < SERIAL_TTY_MINORS; ++i) {
serial = usb_serial_get_by_index(i);
Expand Down Expand Up @@ -1100,7 +1095,6 @@ static void usb_serial_disconnect(struct usb_interface *interface)
struct usb_serial_port *port;

usb_serial_console_disconnect(serial);
dbg("%s", __func__);

mutex_lock(&serial->disc_mutex);
/* must set a flag, to signal subdrivers */
Expand Down

0 comments on commit 0b84d8c

Please sign in to comment.