commit | 2305c54ffc389f1e73f2b1122a4c75bb0e8e6601 | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@shawell.net> | Fri Nov 30 04:52:43 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 30 12:27:20 2012 -0500 |
tree | 414cfe6e0d31e634ae47d27c7d2ad9445d7bbeaf | |
parent | 06a31e2b918dd992dd104e082ec8a33d6235c7b3 [diff] |
smsc75xx: don't call usbnet_resume if usbnet_suspend fails If usbnet_suspend returns an error we don't want to call usbnet_resume to clean up, but instead just return the error. If usbnet_suspend *does* succeed, and we have a problem further on, the desired behaviour is still to call usbnet_resume to clean up before returning. Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: David S. Miller <davem@davemloft.net>