Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320060
b: refs/heads/master
c: 2bd237b
h: refs/heads/master
v: v3
  • Loading branch information
Benoît Thébaudeau authored and Mauro Carvalho Chehab committed Jun 25, 2012
1 parent 4d08077 commit b3eacf2
Show file tree
Hide file tree
Showing 3 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: 975ef32e7e9256289a11ead39daada782dac73eb
refs/heads/master: 2bd237b8a45eb107d6304496fbd5b4a34471fbd3
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/gpio-ir-recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int __devinit gpio_ir_recv_probe(struct platform_device *pdev)
rcdev->input_id.version = 0x0100;
rcdev->dev.parent = &pdev->dev;
rcdev->driver_name = GPIO_IR_DRIVER_NAME;
rcdev->map_name = RC_MAP_EMPTY;
rcdev->map_name = pdata->map_name ?: RC_MAP_EMPTY;

gpio_dev->rcdev = rcdev;
gpio_dev->gpio_nr = pdata->gpio_nr;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/media/gpio-ir-recv.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
struct gpio_ir_recv_platform_data {
int gpio_nr;
bool active_low;
const char *map_name;
};

#endif /* __GPIO_IR_RECV_H__ */
Expand Down

0 comments on commit b3eacf2

Please sign in to comment.