Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252011
b: refs/heads/master
c: 1e806c5
h: refs/heads/master
i:
  252009: 4dc5eee
  252007: 2eb3f24
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed May 27, 2011
1 parent 552d663 commit b86457a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 937e26c0d1843c92750dac9bca1c972d33e73306
refs/heads/master: 1e806c50f4f36bb3aa9f6e43d9e4beb08a2d39d8
3 changes: 2 additions & 1 deletion trunk/drivers/tty/serial/m32r_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,10 @@ static int m32r_sio_request_port(struct uart_port *port)
return ret;
}

static void m32r_sio_config_port(struct uart_port *port, int flags)
static void m32r_sio_config_port(struct uart_port *port, int unused)
{
struct uart_sio_port *up = (struct uart_sio_port *)port;
unsigned long flags;

spin_lock_irqsave(&up->port.lock, flags);

Expand Down

0 comments on commit b86457a

Please sign in to comment.