Re: [PATCH v2 3/4] hwmon: axi-fan: don't use driver_override as IRQ name
"Danilo Krummrich" <[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 3, 2026 at 5:57 PM CET, Guenter Roeck wrote:
> On 3/3/26 08:25, Danilo Krummrich wrote:
>> On Tue Mar 3, 2026 at 5:23 PM CET, Guenter Roeck wrote:
>>> 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.
>>
>> I need this patch in the driver-core tree, otherwise I can't land patch 4 of
>> this series [1]. :(
>>
>> Any chance you can drop it from your tree?
>>
>> [1] https://lore.kernel.org/driver-core/[email protected]/
>>
>
> Sure, I'll drop it. Please add
>
> Acked-by: Guenter Roeck <[email protected]>
Thanks!