提交 900f4450 编写于 作者: T Tomas Winkler 提交者: Greg Kroah-Hartman

mei: txe: fix incorrect indentation

Remove spurious blank
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9e239362
...@@ -338,7 +338,7 @@ static int mei_txe_pm_runtime_suspend(struct device *device) ...@@ -338,7 +338,7 @@ static int mei_txe_pm_runtime_suspend(struct device *device)
* However if device is not wakeable we do not enter * However if device is not wakeable we do not enter
* D-low state and we need to keep the interrupt kicking * 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); mei_disable_interrupts(dev);
dev_dbg(&pdev->dev, "rpm: txe: runtime suspend ret=%d\n", ret); dev_dbg(&pdev->dev, "rpm: txe: runtime suspend ret=%d\n", ret);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册