Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222077
b: refs/heads/master
c: 20fffee
h: refs/heads/master
i:
  222075: cd258ce
v: v3
  • Loading branch information
Nicolas Kaiser authored and Dominik Brodowski committed Nov 10, 2010
1 parent 2c39a8f commit 1b2328d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 006839f12e9dc484a6227b263843f987abb709a4
refs/heads/master: 20fffee818ec43b64f58ab25c42705b7dcae16e5
3 changes: 2 additions & 1 deletion trunk/drivers/char/pcmcia/cm4000_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,9 @@ static ssize_t cmm_read(struct file *filp, __user char *buf, size_t count,
if (dev->flags0 & 1) {
set_bit(IS_CMM_ABSENT, &dev->flags);
rc = -ENODEV;
} else {
rc = -EIO;
}
rc = -EIO;
goto release_io;
}

Expand Down

0 comments on commit 1b2328d

Please sign in to comment.