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:
43789c3
)
greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request
author
Matt Porter
<mporter@linaro.org>
Mon, 20 Oct 2014 05:51:18 +0000
(
01:51
-0400)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 20 Oct 2014 07:11:25 +0000
(15:11 +0800)
probably a cut and paste error got this unused status field. remove it.
Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gpio-gb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/gpio-gb.c
b/drivers/staging/greybus/gpio-gb.c
index 53464e39ba6d302e632d982b86a10de96fd77fad..f3fb0b67b2d40472fd22d786f93107740babef9b 100644
(file)
--- a/
drivers/staging/greybus/gpio-gb.c
+++ b/
drivers/staging/greybus/gpio-gb.c
@@
-105,7
+105,6
@@
struct gb_gpio_direction_out_response {
};
struct gb_gpio_get_value_request {
- __u8 status;
__u8 which;
};
struct gb_gpio_get_value_response {