Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181420
b: refs/heads/master
c: 0f7ff39
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent c73a5fe commit 95feccb
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: cd79d33e168dba0d7de32c5bf010e20cff184b2a
refs/heads/master: 0f7ff39532f1d2328e54b65ce5022c71f06e44d6
2 changes: 1 addition & 1 deletion trunk/drivers/media/IR/ir-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static ssize_t store_protocol(struct device *d,
return -EINVAL;
}

if (ir_dev->props->change_protocol)
if (ir_dev->props && ir_dev->props->change_protocol)
rc = ir_dev->props->change_protocol(ir_dev->props->priv,
ir_type);

Expand Down

0 comments on commit 95feccb

Please sign in to comment.