projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8ab11
)
greybus: gpio: fix tab/space mistake
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 20 May 2015 11:02:28 +0000
(16:32 +0530)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/gpio.c
b/drivers/staging/greybus/gpio.c
index 5ed1895e8701a7f572836077986ad0e297896dcb..6a4a0f2a835dec3238b98a149e9fba3a9063003d 100644
(file)
--- 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;