Explorar o código

mei: txe: fix incorrect indentation

Remove spurious blank

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tomas Winkler %!s(int64=10) %!d(string=hai) anos
pai
achega
900f4450db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/misc/mei/pci-txe.c

+ 1 - 1
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
 	 * 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);