Commit d8e4a88b7974ea03015f515383fb2576fbb517f1

Authored by Paul Parsons
Committed by Samuel Ortiz
1 parent c29a81270b

mfd: Define asic3 gpio_chip label

Defined the gpio_chip label in the mfd/asic3 driver for diagnostics.

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -968,6 +968,7 @@
968 968 goto out_unmap;
969 969 }
970 970  
  971 + asic->gpio.label = "asic3";
971 972 asic->gpio.base = pdata->gpio_base;
972 973 asic->gpio.ngpio = ASIC3_NUM_GPIOS;
973 974 asic->gpio.get = asic3_gpio_get;