Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235653
b: refs/heads/master
c: b01627c
h: refs/heads/master
i:
  235651: 0faa8f5
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent fb10fb8 commit 19b5efc
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: aa96646daa15d6ac05addc7db7272dd5787c6953
refs/heads/master: b01627c608d97b5246eb7a4b75c40f2a1fb4dc30
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ int tm6000_ir_init(struct tm6000_core *dev)

ir = kzalloc(sizeof(*ir), GFP_KERNEL);
rc = rc_allocate_device();
if (!ir | !rc)
if (!ir || !rc)
goto out;

/* record handles to ourself */
Expand Down

0 comments on commit 19b5efc

Please sign in to comment.