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:13 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 platfrom_get_irq[_byname]() calls to a sperate function.
So, pperhaps "in" was good... :-)
[...]
MBR, Sergey