aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/bt8xxgpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/bt8xxgpio.c')
-rw-r--r--drivers/gpio/bt8xxgpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/bt8xxgpio.c b/drivers/gpio/bt8xxgpio.c
index 7a1168249dd5..984b587f0f96 100644
--- a/drivers/gpio/bt8xxgpio.c
+++ b/drivers/gpio/bt8xxgpio.c
@@ -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;