From: Ondrej Zary Date: Mon, 30 Jun 2014 16:38:36 +0000 (+0200) Subject: tlan: Enable device at resume X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~229^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e697b16b47d1c6d63859cfd44cecb888c7dde92f;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed