Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192999
b: refs/heads/master
c: 3efaa06
h: refs/heads/master
i:
  192997: 5f2f2c3
  192995: 01559cb
  192991: 6438cd5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 19, 2010
1 parent 8218e17 commit a2be6d2
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: 897c7b3b19cca7aad20bb1a3422553d7b646f2fd
refs/heads/master: 3efaa062a9bd1cd41c4901b8f41718410452499c
4 changes: 2 additions & 2 deletions trunk/drivers/media/IR/ir-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ static int ir_dev_uevent(struct device *device, struct kobj_uevent_env *env)
struct ir_input_dev *ir_dev = dev_get_drvdata(device);

if (ir_dev->rc_tab.name)
ADD_HOTPLUG_VAR("NAME=\"%s\"", ir_dev->rc_tab.name);
ADD_HOTPLUG_VAR("NAME=%s", ir_dev->rc_tab.name);
if (ir_dev->driver_name)
ADD_HOTPLUG_VAR("DRV_NAME=\"%s\"", ir_dev->driver_name);
ADD_HOTPLUG_VAR("DRV_NAME=%s", ir_dev->driver_name);

return 0;
}
Expand Down

0 comments on commit a2be6d2

Please sign in to comment.