Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133430
b: refs/heads/master
c: 3e274bd
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 2c7ec78 commit 63f502c
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: e537b2453ccf8884513201d6afcb62ca0763ecf0
refs/heads/master: 3e274bd02b04064632492a86fe99d3b613c74d84
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/bt8xxgpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static void bt8xxgpio_gpio_setup(struct bt8xxgpio *bg)
{
struct gpio_chip *c = &bg->gpio;

c->label = bg->pdev->dev.bus_id;
c->label = dev_name(&bg->pdev->dev);
c->owner = THIS_MODULE;
c->direction_input = bt8xxgpio_gpio_direction_input;
c->get = bt8xxgpio_gpio_get;
Expand Down

0 comments on commit 63f502c

Please sign in to comment.