commit | 7c8b1e855f94f88a0c569be6309fc8d5c8844cd1 | [log] [tgz] |
---|---|---|
author | Andre Edich <andre.edich@microchip.com> | Mon Jul 06 10:39:34 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 06 12:22:24 2020 -0700 |
tree | 8ecc0dc9e729f6ac63699ff74213a44bfcfd05e7 | |
parent | 9dc829a135fb5927f1519de11286e2bbb79f5b66 [diff] |
smsc95xx: check return value of smsc95xx_reset The return value of the function smsc95xx_reset() must be checked to avoid returning false success from the function smsc95xx_bind(). Fixes: 2f7ca802bdae2 ("net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driver") Signed-off-by: Andre Edich <andre.edich@microchip.com> Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>