Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220355
b: refs/heads/master
c: 79e7c56
h: refs/heads/master
i:
  220353: 9d2f33a
  220351: 2637c13
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 810f6e4 commit c8d5414
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: fcbf77bf872c28ac3f18261a44af91383f0a2f3d
refs/heads/master: 79e7c561aeea958479194e24d711e94615ea2823
2 changes: 1 addition & 1 deletion trunk/drivers/staging/lirc/lirc_sasem.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static ssize_t vfd_write(struct file *file, const char *buf,
}

data_buf = memdup_user(buf, n_bytes);
if (PTR_ERR(data_buf)) {
if (IS_ERR(data_buf)) {
retval = PTR_ERR(data_buf);
goto exit;
}
Expand Down

0 comments on commit c8d5414

Please sign in to comment.