commit | e697b16b47d1c6d63859cfd44cecb888c7dde92f | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Mon Jun 30 18:38:36 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 07 17:06:52 2014 -0700 |
tree | 6c5bffb6e8dd92755a5367165b4ab3f213c48c6b | |
parent | 7a72eddc8e943a96afc86264e095f5b1d037ed4a [diff] |
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>