diff options
author | 2014-06-30 18:38:36 +0200 | |
---|---|---|
committer | 2014-07-07 17:06:52 -0700 | |
commit | e697b16b47d1c6d63859cfd44cecb888c7dde92f (patch) | |
tree | 6c5bffb6e8dd92755a5367165b4ab3f213c48c6b /net/tipc | |
parent | tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode (diff) | |
download | linux-dev-e697b16b47d1c6d63859cfd44cecb888c7dde92f.tar.xz linux-dev-e697b16b47d1c6d63859cfd44cecb888c7dde92f.zip |
tlan: Enable device at resume
pci_disable_device() is called in _suspend but there's no corresponding
pci_enable_device() in _resume.
This causes "disabling already-disabled device" warning on 2nd suspend.
Add pci_enable_device() call to _resume to fix this problem.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions