[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87jz0u251i.ffs@tglx>
Date: Thu, 16 Oct 2025 18:19:05 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Johan Hovold <johan@...nel.org>, linux-kernel@...r.kernel.org
Cc: linux-tip-commits@...r.kernel.org, Florian Fainelli
<florian.fainelli@...adcom.com>, Changhuang Liang
<changhuang.liang@...rfivetech.com>, x86@...nel.org
Subject: Re: [tip: irq/drivers] irqchip: Pass platform device to platform
drivers
On Thu, Oct 16 2025 at 17:56, Johan Hovold wrote:
> On Thu, Oct 16, 2025 at 03:46:41PM -0000, tip-bot2 for Johan Hovold wrote:
>> The following commit has been merged into the irq/drivers branch of tip:
>> @@ -296,10 +296,9 @@ static const struct imx_mu_dcfg imx_mu_cfg_imx8ulp = {
>> },
>> };
>>
>> -static int imx_mu_of_init(struct device_node *dn, struct device_node *parent,
>> - const struct imx_mu_dcfg *cfg)
>> +static int imx_mu_of_probe(struct platform_device *pdev, struct device_node *parent,
>> + const struct imx_mu_dcfg *cfg)
>
> There's still an editing mistake here; the new name should just be
> 'imx_mu_probe'.
Not my day today. Even enabling the correct config knob is too complicated it
seems....
Powered by blists - more mailing lists