Re: [PATCH 1/3] i2c-s3c2410: Drop unused define

2012-04-18 Thread Wolfram Sang
On Wed, Mar 21, 2012 at 08:11:51PM +0100, Karol Lewandowski wrote: > Use standard of_match_ptr() to avoid defining variable unused > in non device tree builds. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park > Acked-by: Grant Likely I applied this one already. -- Pengutro

[PATCH 1/3] i2c-s3c2410: Drop unused define

2012-03-21 Thread Karol Lewandowski
Use standard of_match_ptr() to avoid defining variable unused in non device tree builds. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park Acked-by: Grant Likely --- drivers/i2c/busses/i2c-s3c2410.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers

Re: [PATCH 1/3] i2c-s3c2410: Drop unused define

2012-03-18 Thread Grant Likely
On Tue, 13 Mar 2012 17:54:37 +0100, Karol Lewandowski wrote: > Use standard of_match_ptr() to avoid defining variable unused > in non device tree builds. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park Acked-by: Grant Likely > --- > drivers/i2c/busses/i2c-s3c2410.c |

[PATCH 1/3] i2c-s3c2410: Drop unused define

2012-03-13 Thread Karol Lewandowski
Use standard of_match_ptr() to avoid defining variable unused in non device tree builds. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- drivers/i2c/busses/i2c-s3c2410.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-s3c2410.