2015-04-27 12:53:07

by Krzysztof Kozłowski

[permalink] [raw]
Subject: [PATCH] regmap: Constify irq_domain_ops

The irq_domain_ops are not modified by the driver and the irqdomain core
code accepts pointer to a const data.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
drivers/base/regmap/regmap-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c
index a6c3f75b4b01..e7273bb890be 100644
--- a/drivers/base/regmap/regmap-irq.c
+++ b/drivers/base/regmap/regmap-irq.c
@@ -318,7 +318,7 @@ static int regmap_irq_map(struct irq_domain *h, unsigned int virq,
return 0;
}

-static struct irq_domain_ops regmap_domain_ops = {
+static const struct irq_domain_ops regmap_domain_ops = {
.map = regmap_irq_map,
.xlate = irq_domain_xlate_twocell,
};
--
2.1.0


2015-04-27 19:50:23

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regmap: Constify irq_domain_ops

On Mon, Apr 27, 2015 at 09:52:10PM +0900, Krzysztof Kozlowski wrote:
> The irq_domain_ops are not modified by the driver and the irqdomain core
> code accepts pointer to a const data.

Applied, thanks.


Attachments:
(No filename) (202.00 B)
signature.asc (473.00 B)
Digital signature
Download all attachments