Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304167
b: refs/heads/master
c: 107afb7
h: refs/heads/master
i:
  304165: d7545fd
  304163: 886ac8d
  304159: dcbcfb0
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 7171242 commit 287fae2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b8aa50f2da25824d378a409bd75325653c997200
refs/heads/master: 107afb7a50726cb8ea9ed74d62311ddc59fef1da
6 changes: 4 additions & 2 deletions trunk/drivers/tty/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ static void rs_stop(struct tty_struct *tty)

static int rs_put_char(char ch)
{
int flags, loops = 0;
unsigned long flags;
int loops = 0;

local_irq_save(flags);

Expand Down Expand Up @@ -1182,7 +1183,8 @@ static const struct tty_operations rs_ops = {
static int __init
rs68328_init(void)
{
int flags, i;
unsigned long flags;
int i;
struct m68k_serial *info;

serial_driver = alloc_tty_driver(NR_PORTS);
Expand Down

0 comments on commit 287fae2

Please sign in to comment.