On Mon, Sep 26, 2016 at 2:05 AM, Chase Metzger <chasemetzge...@gmail.com> wrote:
> Removed braces for single line if statement.
>
> Signed-off-by: Chase Metzger <chasemetzge...@gmail.com>
> ---
>  drivers/staging/greybus/gpio.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c
> index ea8234a..5e06e42 100644
> --- a/drivers/staging/greybus/gpio.c
> +++ b/drivers/staging/greybus/gpio.c
> @@ -561,9 +561,8 @@ static void gb_gpio_irqchip_remove(struct 
> gb_gpio_controller *ggc)
>                 irq_domain_remove(ggc->irqdomain);
>         }
>
> -       if (ggc->irqchip) {
> +       if (ggc->irqchip)
>                 ggc->irqchip = NULL;
> -       }
>  }
>
>  /**

Acked-by: Viresh Kumar <viresh.ku...@linaro.org>
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to