Skip to content

Commit

Permalink
mei: txe: fix incorrect indentation
Browse files Browse the repository at this point in the history
Remove spurious blank

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed May 24, 2015
1 parent 9e23936 commit 900f445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/mei/pci-txe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 900f445

Please sign in to comment.