[PATCH 10/11] tlan: Enable device at resume

2014-06-30 Thread Ondrej Zary
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 ---

[PATCH 10/11] tlan: Enable device at resume

2014-06-30 Thread Ondrej Zary
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 li...@rainbow-software.org ---

[PATCH 10/11] tlan: Enable device at resume

2014-06-21 Thread Ondrej Zary
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 ---

[PATCH 10/11] tlan: Enable device at resume

2014-06-21 Thread Ondrej Zary
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 li...@rainbow-software.org ---