summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/gpio.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-05-20 16:32:28 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-05-20 22:36:03 -0700
commit8de925b973263694edcb13aa30f2fe0273163c0f (patch)
tree61c5bd5af542a26a81ba52426e8ff17c32d12b27 /drivers/staging/greybus/gpio.c
parent4f8ab1105da2f13ae52dc2f2c31fb7bea1301793 (diff)
greybus: gpio: fix tab/space mistake
Spaces were present in place of tab. Fix that. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/gpio.c')
-rw-r--r--drivers/staging/greybus/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c
index 5ed1895e8701..6a4a0f2a835d 100644
--- a/drivers/staging/greybus/gpio.c
+++ b/drivers/staging/greybus/gpio.c
@@ -282,7 +282,7 @@ static int gb_gpio_irq_set_type(struct irq_data *d, unsigned int type)
dev_err(chip->dev, "failed to set irq type: %d\n",
ret);
}
- break;
+ break;
default:
dev_err(chip->dev, "unsupported irq type: %u\n", type);
ret = -EINVAL;