Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 1 Sep 2021 14:17:35 +0200 you wrote:
drivers/net/ethernet/i825xx/sun3_82586.c: In function ‘sun3_82586_probe’: drivers/net/ethernet/i825xx/sun3_82586.c:317:9: warning: returning ‘struct net_device *’ from a function with return type ‘int’ makes integer from pointer without a cast [-Wint-conversion] 317 | return dev; | ^~~ The return type of sun3_82586_probe() was changed, but one return value was forgotten to be updated. [...]
Here is the summary with links: - net/sun3_82586: Fix return value of sun3_82586_probe() https://git.kernel.org/netdev/net/c/66abf5fb4cf7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html