Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262311
b: refs/heads/master
c: 4b851d8
h: refs/heads/master
i:
  262309: ead1d61
  262307: dd6f3ad
  262303: 65f75a7
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Aug 4, 2011
1 parent 682ddfd commit d26fe58
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: d4969213f9e75ec1bfa6ea65c279c64cab7d1bd6
refs/heads/master: 4b851d88192c22cf77418a0b4c45b5c789276837
4 changes: 2 additions & 2 deletions trunk/arch/cris/arch-v10/drivers/sync_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,11 +625,11 @@ static int sync_serial_open(struct inode *inode, struct file *file)
*R_IRQ_MASK1_SET = 1 << port->data_avail_bit;
DEBUG(printk(KERN_DEBUG "sser%d rec started\n", dev));
}
ret = 0;
err = 0;

out:
mutex_unlock(&sync_serial_mutex);
return ret;
return err;
}

static int sync_serial_release(struct inode *inode, struct file *file)
Expand Down

0 comments on commit d26fe58

Please sign in to comment.