projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e23936
)
mei: txe: fix incorrect indentation
author
Tomas Winkler
<tomas.winkler@intel.com>
Mon, 4 May 2015 06:43:59 +0000
(09:43 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:13:49 +0000
(11:13 -0700)
Remove spurious blank
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/pci-txe.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/pci-txe.c
b/drivers/misc/mei/pci-txe.c
index dcfcba44b6f7c2fe2f54a67e0ccb5cde2c11b652..0882c02019072bbdd43db49811ae86fc86d4ff52 100644
(file)
--- a/
drivers/misc/mei/pci-txe.c
+++ b/
drivers/misc/mei/pci-txe.c
@@
-338,7
+338,7
@@
static int mei_txe_pm_runtime_suspend(struct device *device)
* However if device is not wakeable we do not enter
* D-low state and we need to keep the interrupt kicking
*/
-
if (!ret && pci_dev_run_wake(pdev))
+ if (!ret && pci_dev_run_wake(pdev))
mei_disable_interrupts(dev);
dev_dbg(&pdev->dev, "rpm: txe: runtime suspend ret=%d\n", ret);