Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324609
b: refs/heads/master
c: bf20236
h: refs/heads/master
i:
  324607: 3e275cd
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent aa7e716 commit 57cf992
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: efde99cd281a3f0d3562bb2fa7e7ef60ad32fe8d
refs/heads/master: bf2023614201b36f929cce0d9fbb3cc856ea7c1a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,13 @@ static int task_get_unused_fd_flags(struct binder_proc *proc, int flags)
else
__clear_close_on_exec(fd, fdt);
files->next_fd = fd + 1;
#if 1

/* Sanity check */
if (fdt->fd[fd] != NULL) {
pr_warn("get_unused_fd: slot %d not NULL!\n", fd);
fdt->fd[fd] = NULL;
}
#endif

error = fd;

out:
Expand Down

0 comments on commit 57cf992

Please sign in to comment.