Re: [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-29 Thread Lee Jones
On Fri, 29 Nov 2013, Sangbeom Kim wrote: > On Friday, November 29, 2013 2:15 AM, Mark Brown wrote: > > > Add "const" to "static struct regmap_irq" and "static struct > > > regmap_config". > > > > Reviewed-by: Mark Brown > > Acked-by: Sangbeom Kim Applied with Reviews and Acks. -- Lee Jones

RE: [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-28 Thread Sangbeom Kim
On Friday, November 29, 2013 2:15 AM, Mark Brown wrote: > > Add "const" to "static struct regmap_irq" and "static struct > > regmap_config". > > Reviewed-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-28 Thread Mark Brown
On Thu, Nov 28, 2013 at 09:09:43AM +0100, Krzysztof Kozlowski wrote: > Add "const" to "static struct regmap_irq" and "static struct > regmap_config". Reviewed-by: Mark Brown signature.asc Description: Digital signature

[PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-28 Thread Krzysztof Kozlowski
Add "const" to "static struct regmap_irq" and "static struct regmap_config". Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/sec-core.c |8 drivers/mfd/sec-irq.c | 12 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/mfd/sec-core.c b/driver