From: Jarkko Nikula Date: Fri, 13 Feb 2015 13:52:24 +0000 (+0200) Subject: i2c: i801: Remove pci_enable_device() call from i801_resume() X-Git-Tag: omap-for-v4.1/fixes-rc1~146^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85da3f5de6f354bc26eb84c013b41a8b8558c5e;p=pandora-kernel.git i2c: i801: Remove pci_enable_device() call from i801_resume() Since pci_disable_device() is not called from i801_suspend() and power state is set already it means that subsequent pci_enable_device() calls do practically nothing but monotonically increase struct pci_dev enable_cnt. Signed-off-by: Jarkko Nikula Reviewed-by: Jean Delvare Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed