Re: [PATCH 3/6] power: supply: charger-manager: Fix incorrect return value

From: Sebastian Reichel
Date: Wed Dec 05 2018 - 15:42:39 EST


Hi,

On Fri, Nov 16, 2018 at 07:01:10PM +0800, Baolin Wang wrote:
> Fix incorrect return value.
>
> Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>
> ---

Thanks, queued.

-- Sebastian

> drivers/power/supply/charger-manager.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c
> index bd6c450..a52bc77 100644
> --- a/drivers/power/supply/charger-manager.c
> +++ b/drivers/power/supply/charger-manager.c
> @@ -1212,7 +1212,6 @@ static int charger_extcon_init(struct charger_manager *cm,
> if (ret < 0) {
> pr_info("Cannot register extcon_dev for %s(cable: %s)\n",
> cable->extcon_name, cable->name);
> - ret = -EINVAL;
> }
>
> return ret;
> @@ -1633,7 +1632,7 @@ static int charger_manager_probe(struct platform_device *pdev)
>
> if (IS_ERR(desc)) {
> dev_err(&pdev->dev, "No platform data (desc) found\n");
> - return -ENODEV;
> + return PTR_ERR(desc);
> }
>
> cm = devm_kzalloc(&pdev->dev, sizeof(*cm), GFP_KERNEL);
> --
> 1.7.9.5
>

Attachment: signature.asc
Description: PGP signature