[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140617201115.GV29841@lee--X1>
Date: Tue, 17 Jun 2014 21:11:15 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Laxman Dewangan <ldewangan@...dia.com>
Cc: swarren@...dia.com, mark.rutland@....com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
dwillemsen@...dia.com
Subject: Re: [PATCH] dt-binding: mfd: as3722: correct macro name
On Mon, 09 Jun 2014, Laxman Dewangan wrote:
> The macro name for enable3 pin is named as AS3722_EXT_CONTROL_PIN_ENABLE2
> which is conflict with the enable2 pin.
>
> Correct this macro name to correctly reflect the enable pin i.e.
> AS3722_EXT_CONTROL_PIN_ENABLE3.
>
> Signed-off-by: Laxman Dewangan <ldewangan@...dia.com>
> Reported-by: Dan Willemsen <dwillemsen@...dia.com>
> ---
> include/dt-bindings/mfd/as3722.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/include/dt-bindings/mfd/as3722.h b/include/dt-bindings/mfd/as3722.h
> index 0e69256..e66c089 100644
> --- a/include/dt-bindings/mfd/as3722.h
> +++ b/include/dt-bindings/mfd/as3722.h
> @@ -13,7 +13,7 @@
> /* External control pins */
> #define AS3722_EXT_CONTROL_PIN_ENABLE1 1
> #define AS3722_EXT_CONTROL_PIN_ENABLE2 2
> -#define AS3722_EXT_CONTROL_PIN_ENABLE2 3
> +#define AS3722_EXT_CONTROL_PIN_ENABLE3 3
>
> /* Interrupt numbers for AS3722 */
> #define AS3722_IRQ_LID 0
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists