Re: [PATCH 1/2] power: axp288_fuel_gauge: Constify platform_device_id

2015-05-24 Thread Sebastian Reichel
Hi, On Sat, May 02, 2015 at 12:46:43AM +0900, Krzysztof Kozlowski wrote: > The platform_device_id is not modified by the driver and core uses it as > const. Thanks, queued. -- Sebastian signature.asc Description: Digital signature

[PATCH 1/2] power: axp288_fuel_gauge: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/power/axp288_fuel_gauge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/axp288_fuel_gauge.c b/drivers/power/axp288_fuel_gauge.c inde