Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40465
b: refs/heads/master
c: a5a89ba
h: refs/heads/master
i:
  40463: e536195
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 30, 2006
1 parent 3e02d0b commit cb79472
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: 37af6560f7978c60791b5f3df17ce8b3e97f2d6e
refs/heads/master: a5a89bae0449634fdb7aa7cdb1c5ba154e4a789b
4 changes: 2 additions & 2 deletions trunk/drivers/serial/ioc4_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ static void handle_dma_error_intr(void *arg, uint32_t other_ir)
{
struct ioc4_port *port = (struct ioc4_port *)arg;
struct hooks *hooks = port->ip_hooks;
unsigned int flags;
unsigned long flags;

spin_lock_irqsave(&port->ip_lock, flags);

Expand Down Expand Up @@ -1834,7 +1834,7 @@ static void handle_intr(void *arg, uint32_t sio_ir)
struct ioc4_port *port = (struct ioc4_port *)arg;
struct hooks *hooks = port->ip_hooks;
unsigned int rx_high_rd_aborted = 0;
unsigned int flags;
unsigned long flags;
struct uart_port *the_port;
int loop_counter;

Expand Down

0 comments on commit cb79472

Please sign in to comment.