Hi,

On Sun, May 03, 2020 at 05:21:10PM +0200, Michał Mirosław wrote:
> Property list should not change, so mark it const.
> 
> Signed-off-by: Michał Mirosław <[email protected]>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/bq25890_charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/bq25890_charger.c 
> b/drivers/power/supply/bq25890_charger.c
> index f9f29edadddc..c4a69fd69f34 100644
> --- a/drivers/power/supply/bq25890_charger.c
> +++ b/drivers/power/supply/bq25890_charger.c
> @@ -668,7 +668,7 @@ static int bq25890_hw_init(struct bq25890_device *bq)
>       return 0;
>  }
>  
> -static enum power_supply_property bq25890_power_supply_props[] = {
> +static const enum power_supply_property bq25890_power_supply_props[] = {
>       POWER_SUPPLY_PROP_MANUFACTURER,
>       POWER_SUPPLY_PROP_MODEL_NAME,
>       POWER_SUPPLY_PROP_STATUS,
> -- 
> 2.20.1
> 

Attachment: signature.asc
Description: PGP signature

Reply via email to