Re: [PATCH net-next v4 08/15] net: ravb: Move the IRQs get and request in the probe function
From: Sergey Shtylyov
Date: Sun Jan 28 2024 - 13:23:49 EST
On 1/28/24 9:03 PM, Sergey Shtylyov wrote:
[...]
>> I suggest the following subject "net: ravb: Move getting/requesting IRQs in
>> the probe() method".
Or the probe() API, if you prefer this naming...
> Oops, s/in/to/. :-)
Well, we don't move getting IRQs to the probe() method, but
we move the platform_get_irq[_byname]() calls to a separate function.
So, perhaps "in" was good... :-)
[...]
MBR, Sergey