Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186814
b: refs/heads/master
c: 2021937
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 8549751 commit 63ce598
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9f7a344b69485dc1052534a4e1b2e5a8f7de086e
refs/heads/master: 2021937c6d8ec1212b8f4fa01e86f852c9b96368
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/serial2002.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ static void serial_2002_open(struct comedi_device *dev)
char port[20];

sprintf(port, "/dev/ttyS%d", devpriv->port);
devpriv->tty = filp_open(port, 0, O_RDWR);
devpriv->tty = filp_open(port, O_RDWR, 0);
if (IS_ERR(devpriv->tty)) {
printk("serial_2002: file open error = %ld\n",
PTR_ERR(devpriv->tty));
Expand Down

0 comments on commit 63ce598

Please sign in to comment.