summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorAlexey Khoroshilov <khoroshilov@ispras.ru>2013-02-01 12:09:19 +0000
committerDavid S. Miller <davem@davemloft.net>2013-02-03 16:14:09 -0500
commit4f463855c7d5a0ed0faa62497f3006336e74ee16 (patch)
treeb58743cede54440e9065dd80486250f68b18b347 /net/core
parent33397a71217dda91b436726f046d78525fd08b22 (diff)
downloadlinux-4f463855c7d5a0ed0faa62497f3006336e74ee16.tar.bz2
stmmac: don't return zero on failure path in stmmac_pci_probe()
If stmmac_dvr_probe() fails in stmmac_pci_probe(), it breaks off initialization, deallocates all resources, but returns zero. The patch adds -ENODEV as return value in this case. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions