Message ID | 20230106082905.1159-1-Divya.Koppera@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixed warnings | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 6 Jan 2023 13:59:03 +0530 you wrote: > Fixed warnings related to PTR_ERR and initialization. > > Divya Koppera (2): > net: phy: micrel: Fixed error related to uninitialized symbol ret > net: phy: micrel: Fix warn: passing zero to PTR_ERR > > drivers/net/phy/micrel.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > > [...] Here is the summary with links: - [v6,net-next,1/2] net: phy: micrel: Fixed error related to uninitialized symbol ret https://git.kernel.org/netdev/net-next/c/d50ede4f53e1 - [v6,net-next,2/2] net: phy: micrel: Fix warn: passing zero to PTR_ERR https://git.kernel.org/netdev/net-next/c/3f88d7d1be42 You are awesome, thank you!