Re: [PATCH 1/6] extcon-gpio: Do not unnecessarily initialize variables

2013-09-10 Thread Chanwoo Choi
On 08/30/2013 01:29 PM, Guenter Roeck wrote: > Signed-off-by: Guenter Roeck > --- > drivers/extcon/extcon-gpio.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c > index 02bec32..77d35a7 100644 > --- a/drivers

[PATCH 1/6] extcon-gpio: Do not unnecessarily initialize variables

2013-08-29 Thread Guenter Roeck
Signed-off-by: Guenter Roeck --- drivers/extcon/extcon-gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c index 02bec32..77d35a7 100644 --- a/drivers/extcon/extcon-gpio.c +++ b/drivers/extcon/extcon-gpio.c @@ -