lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
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