Re: [PATCH 09/10] gpio: gpio-timberdale.c: fix checkpatch error

2013-03-27 Thread Linus Walleij
On Wed, Mar 20, 2013 at 1:16 PM, Laurent Navet laurent.na...@gmail.com wrote:

 Fix :
  gpio/gpio-timberdale.c:171: ERROR: else should follow close brace '}'

 Signed-off-by: Laurent Navet laurent.na...@gmail.com

Patch applied.

Thanks!
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 09/10] gpio: gpio-timberdale.c: fix checkpatch error

2013-03-20 Thread Laurent Navet
Fix :
 gpio/gpio-timberdale.c:171: ERROR: else should follow close brace '}'

Signed-off-by: Laurent Navet laurent.na...@gmail.com
---
 drivers/gpio/gpio-timberdale.c |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpio/gpio-timberdale.c b/drivers/gpio/gpio-timberdale.c
index 702cca9..4377405 100644
--- a/drivers/gpio/gpio-timberdale.c
+++ b/drivers/gpio/gpio-timberdale.c
@@ -167,8 +167,7 @@ static int timbgpio_irq_type(struct irq_data *d, unsigned 
trigger)
if (ver  3) {
ret = -EINVAL;
goto out;
-   }
-   else {
+   } else {
flr |= 1  offset;
bflr |= 1  offset;
}
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html