[<prev] [next>] [day] [month] [year] [list]
Message-ID: <e3faa9ac-c35e-41cc-a298-84ee81c74183@web.de>
Date: Sun, 31 May 2020 17:01:26 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Dinghao Liu <dinghao.liu@....edu.cn>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
linux-pm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Kangjie Lu <kjlu@....edu>, Sebastian Reichel <sre@...nel.org>
Subject: Re: [PATCH v2] power: supply: bq24190_charger: Fix runtime PM
imbalance in bq24190_sysfs_store()
> pm_runtime_get_sync() increments the runtime PM usage counter even
> it returns an error code. Thus a pairing decrement is needed on
> the error handling path to keep the counter balanced.
How do you think about a wording variant like the following?
Change description:
The PM runtime usage counter is incremented even if a call of
the function “pm_runtime_get_sync” failed. Thus decrement it also
in an error case so that the reference counting is kept consistent.
Would you like to add the tag “Fixes” to the commit message?
Regards,
Markus
Powered by blists - more mailing lists