Re: [PATCH v2 3/4] hwmon: axi-fan: don't use driver_override as IRQ name
Guenter Roeck <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.kernel,gmane.linux.kernel.hwmon,gmane.linux.ports.arm.msm,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 03, 2026 at 12:53:20PM +0100, Danilo Krummrich wrote:
> Do not use driver_override as IRQ name, as it is not guaranteed to point
> to a valid string; use NULL instead (which makes the devm IRQ helpers
> use dev_name()).
>
> Fixes: 8412b410fa5e ("hwmon: Support ADI Fan Control IP")
> Signed-off-by: Danilo Krummrich <[email protected]>
> Reviewed-by: Nuno Sá <[email protected]>
Applied.
Thanks,
Guenter