Re: [PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-28 Thread Mark Brown
On Mon, Jul 28, 2014 at 11:41:04AM +0530, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-27 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const Signed-off-by: Kiran Padwal --- sound/soc/codecs/ak4642.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 3ba4c0f..0417125 100644 ---

Re: [PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-26 Thread kiran padwal
On Fri, Jul 25, 2014 at 10:51 PM, Mark Brown wrote: > On Thu, Jul 24, 2014 at 05:28:36PM +0530, Kiran Padwal wrote: >> Make of_device_id array const, because all OF functions handle it as const > > ...and reverted because it fails to build. sorry for that...I miss one thing...I will resubmit the

Re: [PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-25 Thread Mark Brown
On Thu, Jul 24, 2014 at 05:28:36PM +0530, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const ...and reverted because it fails to build. signature.asc Description: Digital signature

Re: [PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-25 Thread Mark Brown
On Thu, Jul 24, 2014 at 05:28:36PM +0530, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: ak4642: Make of_device_id array const

2014-07-24 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const Signed-off-by: Kiran Padwal --- sound/soc/codecs/ak4642.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 3ba4c0f..4b2ae61 100644 --- a/so