Re: [PATCH 1/3] power: supply: ab8500: Remove unneeded semicolon

From: Sebastian Reichel
Date: Thu Dec 19 2019 - 12:07:09 EST


Hi,

On Thu, Dec 19, 2019 at 09:46:29AM +0800, Ma Feng wrote:
> Fixes coccicheck warning:
>
> drivers/power/supply/ab8500_fg.c:2224:5-6: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2227:4-5: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2334:3-4: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2342:3-4: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2350:3-4: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2358:3-4: Unneeded semicolon
> drivers/power/supply/ab8500_fg.c:2366:3-4: Unneeded semicolon
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Ma Feng <mafeng.ma@xxxxxxxxxx>
> ---

Thanks, I queued all 3 patches to power-supply's for-next branch.

-- Sebastian

> drivers/power/supply/ab8500_fg.c | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
> index c3912ee..b96f90a 100644
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -2221,10 +2221,10 @@ static int ab8500_fg_get_ext_psy_data(struct device *dev, void *data)
> ab8500_fg_update_cap_scalers(di);
> queue_work(di->fg_wq, &di->fg_work);
> break;
> - };
> + }
> default:
> break;
> - };
> + }
> break;
> case POWER_SUPPLY_PROP_TECHNOLOGY:
> switch (ext->desc->type) {
> @@ -2331,7 +2331,7 @@ static int ab8500_fg_init_hw_registers(struct ab8500_fg *di)
> if (ret) {
> dev_err(di->dev, "%s write failed AB8505_RTC_PCUT_MAX_TIME_REG\n", __func__);
> goto out;
> - };
> + }
>
> ret = abx500_set_register_interruptible(di->dev, AB8500_RTC,
> AB8505_RTC_PCUT_FLAG_TIME_REG, di->bm->fg_params->pcut_flag_time);
> @@ -2339,7 +2339,7 @@ static int ab8500_fg_init_hw_registers(struct ab8500_fg *di)
> if (ret) {
> dev_err(di->dev, "%s write failed AB8505_RTC_PCUT_FLAG_TIME_REG\n", __func__);
> goto out;
> - };
> + }
>
> ret = abx500_set_register_interruptible(di->dev, AB8500_RTC,
> AB8505_RTC_PCUT_RESTART_REG, di->bm->fg_params->pcut_max_restart);
> @@ -2347,7 +2347,7 @@ static int ab8500_fg_init_hw_registers(struct ab8500_fg *di)
> if (ret) {
> dev_err(di->dev, "%s write failed AB8505_RTC_PCUT_RESTART_REG\n", __func__);
> goto out;
> - };
> + }
>
> ret = abx500_set_register_interruptible(di->dev, AB8500_RTC,
> AB8505_RTC_PCUT_DEBOUNCE_REG, di->bm->fg_params->pcut_debounce_time);
> @@ -2355,7 +2355,7 @@ static int ab8500_fg_init_hw_registers(struct ab8500_fg *di)
> if (ret) {
> dev_err(di->dev, "%s write failed AB8505_RTC_PCUT_DEBOUNCE_REG\n", __func__);
> goto out;
> - };
> + }
>
> ret = abx500_set_register_interruptible(di->dev, AB8500_RTC,
> AB8505_RTC_PCUT_CTL_STATUS_REG, di->bm->fg_params->pcut_enable);
> @@ -2363,7 +2363,7 @@ static int ab8500_fg_init_hw_registers(struct ab8500_fg *di)
> if (ret) {
> dev_err(di->dev, "%s write failed AB8505_RTC_PCUT_CTL_STATUS_REG\n", __func__);
> goto out;
> - };
> + }
> }
> out:
> return ret;
> --
> 2.6.2
>

Attachment: signature.asc
Description: PGP signature