[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164215981053.30922.8077951298767216747.git-patchwork-notify@kernel.org>
Date: Fri, 14 Jan 2022 11:30:10 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Miaoqian Lin <linmq006@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, jeffrey.t.kirsher@...el.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] lib82596: Fix IRQ check in sni_82596_probe
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Fri, 14 Jan 2022 06:57:24 +0000 you wrote:
> platform_get_irq() returns negative error number instead 0 on failure.
> And the doc of platform_get_irq() provides a usage example:
>
> int irq = platform_get_irq(pdev, 0);
> if (irq < 0)
> return irq;
>
> [...]
Here is the summary with links:
- lib82596: Fix IRQ check in sni_82596_probe
https://git.kernel.org/netdev/net/c/99218cbf81bf
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists