Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208200
b: refs/heads/master
c: ede67a3
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent a1c3223 commit a27f28d
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: f7b80e6919df812b4bed99a927325312a904111b
refs/heads/master: ede67a30f549e1872be57e7d6f5f9dd97bb372ae
3 changes: 2 additions & 1 deletion trunk/drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ int __ir_input_register(struct input_dev *input_dev,

IR_dprintk(1, "Registered input device on %s for %s remote%s.\n",
driver_name, rc_tab->name,
ir_dev->props->driver_type == RC_DRIVER_IR_RAW ? " in raw mode" : "");
(ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_IR_RAW) ?
" in raw mode" : "");

return 0;

Expand Down

0 comments on commit a27f28d

Please sign in to comment.