Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211649
b: refs/heads/master
c: 7a28531
h: refs/heads/master
i:
  211647: 48b5452
v: v3
  • Loading branch information
Amit Shah authored and Rusty Russell committed Oct 21, 2010
1 parent e9d10d2 commit cad39cc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f4028119714e452f9b49377ec55e0ed1e5d1dfa4
refs/heads/master: 7a2853178dfba9553d58f356113f47fd582e9cc6
3 changes: 1 addition & 2 deletions trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ static int add_port(struct ports_device *portdev, u32 id)
}

/* Remove all port-specific data. */
static int remove_port(struct port *port)
static void remove_port(struct port *port)
{
struct port_buffer *buf;

Expand Down Expand Up @@ -1181,7 +1181,6 @@ static int remove_port(struct port *port)
debugfs_remove(port->debugfs_file);

kfree(port);
return 0;
}

/* Any private messages that the Host and Guest want to share */
Expand Down

0 comments on commit cad39cc

Please sign in to comment.