Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322487
b: refs/heads/master
c: 1146f88
h: refs/heads/master
i:
  322485: 67299ec
  322483: 61c33f0
  322479: abcbe9b
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Sep 1, 2012
1 parent 0931f8b commit dca0f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd2914972e5f6d9c1a687158c0f65b81d239fe37
refs/heads/master: 1146f8822ae6601e24f9072d6cd74f76506142cd
1 change: 1 addition & 0 deletions trunk/drivers/gpio/gpio-rdc321x.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static int __devinit rdc321x_gpio_probe(struct platform_device *pdev)
rdc321x_gpio_dev->reg2_data_base = r->start + 0x4;

rdc321x_gpio_dev->chip.label = "rdc321x-gpio";
rdc321x_gpio_dev->chip.owner = THIS_MODULE;
rdc321x_gpio_dev->chip.direction_input = rdc_gpio_direction_input;
rdc321x_gpio_dev->chip.direction_output = rdc_gpio_config;
rdc321x_gpio_dev->chip.get = rdc_gpio_get_value;
Expand Down

0 comments on commit dca0f4c

Please sign in to comment.