Re: [PATCH v2 2/2] platform/x86: hp-wmi: implement fan keep-alive
From: Krishna Chomal
Date: Mon Jan 12 2026 - 13:07:52 EST
On Mon, Jan 12, 2026 at 05:14:12PM +0200, Ilpo Järvinen wrote:
[snip]
static void __exit hp_wmi_bios_remove(struct platform_device *device)
{
int i;
+ struct hp_wmi_hwmon_priv *ctx;
Can't we just call this priv everywhere as per the normal custom?
Yes this was a mistake, I forgot to rename "ctx" to "priv" in v2, sorry.
I will ensure to fix this in v3.