Kyungmin Park wrote:
> 
> From: Kyungmin Park <[email protected]>
> 
> Use the correct I2C2 interrupt.
> 
> Signed-off-by: Kyungmin Park <[email protected]>
> ---
>  arch/arm/plat-samsung/dev-i2c2.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/plat-samsung/dev-i2c2.c
b/arch/arm/plat-samsung/dev-i2c2.c
> index 07036de..ff4ba69 100644
> --- a/arch/arm/plat-samsung/dev-i2c2.c
> +++ b/arch/arm/plat-samsung/dev-i2c2.c
> @@ -32,8 +32,8 @@ static struct resource s3c_i2c_resource[] = {
>               .flags = IORESOURCE_MEM,
>       },
>       [1] = {
> -             .start = IRQ_CAN0,
> -             .end   = IRQ_CAN0,
> +             .start = IRQ_IIC2,
> +             .end   = IRQ_IIC2,
>               .flags = IORESOURCE_IRQ,
>       },
>  };
> --

Hi,

Looks ok...
In my opinion, could you please merge your 2nd and this patch to one,
changing I2C2 interrupt name?
And need to add s5pc100's I2C2 interrupt name changing in there.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to