Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19627
b: refs/heads/master
c: 5423980
h: refs/heads/master
i:
  19625: 2efb56b
  19623: f639f4b
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 3, 2006
1 parent 33b287b commit f673d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8d1d0340da3fc7d1a8d9198e74e97d2db6c3f86f
refs/heads/master: 5423980245c56fd968840b6d36bbddc2719084e4
6 changes: 3 additions & 3 deletions trunk/drivers/char/sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ static int sx_set_real_termios (void *ptr)
case CS6:sx_write_channel_byte (port, hi_mask, 0x3f);break;
case CS5:sx_write_channel_byte (port, hi_mask, 0x1f);break;
default:
printk (KERN_INFO "sx: Invalid wordsize: %d\n", CFLAG & CSIZE);
printk (KERN_INFO "sx: Invalid wordsize: %lu\n", CFLAG & CSIZE);
break;
}

Expand All @@ -958,7 +958,7 @@ static int sx_set_real_termios (void *ptr)
} else {
set_bit(TTY_HW_COOK_IN, &port->gs.tty->flags);
}
sx_dprintk (SX_DEBUG_TERMIOS, "iflags: %x(%d) ",
sx_dprintk (SX_DEBUG_TERMIOS, "iflags: %lx(%d) ",
port->gs.tty->termios->c_iflag,
I_OTHER(port->gs.tty));

Expand All @@ -973,7 +973,7 @@ static int sx_set_real_termios (void *ptr)
} else {
clear_bit(TTY_HW_COOK_OUT, &port->gs.tty->flags);
}
sx_dprintk (SX_DEBUG_TERMIOS, "oflags: %x(%d)\n",
sx_dprintk (SX_DEBUG_TERMIOS, "oflags: %lx(%d)\n",
port->gs.tty->termios->c_oflag,
O_OTHER(port->gs.tty));
/* port->c_dcd = sx_get_CD (port); */
Expand Down

0 comments on commit f673d2c

Please sign in to comment.