diff options
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpiolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 82020abc329e..35e7aea4222c 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c | |||
@@ -1213,7 +1213,7 @@ static int gpiolib_show(struct seq_file *s, void *unused) | |||
1213 | if (dev) | 1213 | if (dev) |
1214 | seq_printf(s, ", %s/%s", | 1214 | seq_printf(s, ", %s/%s", |
1215 | dev->bus ? dev->bus->name : "no-bus", | 1215 | dev->bus ? dev->bus->name : "no-bus", |
1216 | dev->bus_id); | 1216 | dev_name(dev)); |
1217 | if (chip->label) | 1217 | if (chip->label) |
1218 | seq_printf(s, ", %s", chip->label); | 1218 | seq_printf(s, ", %s", chip->label); |
1219 | if (chip->can_sleep) | 1219 | if (chip->can_sleep) |