greybus: gpio: fix tab/space mistake
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 20 May 2015 11:02:28 +0000 (16:32 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 May 2015 05:36:03 +0000 (22:36 -0700)
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>
drivers/staging/greybus/gpio.c

index 5ed1895..6a4a0f2 100644 (file)
@@ -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;