Commit 8de925b9 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: gpio: fix tab/space mistake

Spaces were present in place of tab. Fix that.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 4f8ab110
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment