2015-05-01 15:45:20

by Krzysztof Kozłowski

[permalink] [raw]
Subject: [PATCH] regulator: 88pm8607: Constify platform_device_id

The platform_device_id is not modified by the driver and core uses it as
const.

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

diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c
index c3d15427adc7..b100a63ff3b3 100644
--- a/drivers/regulator/88pm8607.c
+++ b/drivers/regulator/88pm8607.c
@@ -404,7 +404,7 @@ static int pm8607_regulator_probe(struct platform_device *pdev)
return 0;
}

-static struct platform_device_id pm8607_regulator_driver_ids[] = {
+static const struct platform_device_id pm8607_regulator_driver_ids[] = {
{
.name = "88pm860x-regulator",
.driver_data = 0,
--
2.1.4


2015-05-01 16:45:12

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: 88pm8607: Constify platform_device_id

On Sat, May 02, 2015 at 12:45:05AM +0900, Krzysztof Kozlowski wrote:
> The platform_device_id is not modified by the driver and core uses it as
> const.

applied, thanks.


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