Staging: intel_sst: instel_sst: fixed some coding style issues.
authorJaap Crezee <jaap@jcz.nl>
Wed, 21 Sep 2011 20:48:44 +0000 (22:48 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 27 Sep 2011 00:29:30 +0000 (17:29 -0700)
Fixed a coding style issue.

Signed-off-by: Jaap Crezee <jaap@jcz.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/intel_sst/intel_sst.c

index d892861..c303d85 100644 (file)
@@ -321,7 +321,7 @@ static int __devinit intel_sst_probe(struct pci_dev *pci,
                if (ret) {
                        pr_err("couldn't register LPE device\n");
                        goto do_free_misc;
-               }
+               }
        } else if (sst_drv_ctx->pci_id == SST_MFLD_PCI_ID) {
                u32 csr;
 
@@ -524,9 +524,11 @@ int intel_sst_resume(struct pci_dev *pci)
        return 0;
 }
 
-/* The runtime_suspend/resume is pretty much similar to the legacy suspend/resume with the noted exception below:
- * The PCI core takes care of taking the system through D3hot and restoring it back to D0 and so there is
- * no need to duplicate that here.
+/* The runtime_suspend/resume is pretty much similar to the legacy
+ * suspend/resume with the noted exception below:
+ * The PCI core takes care of taking the system through D3hot and
+ * restoring it back to D0 and so there is no need to duplicate
+ * that here.
  */
 static int intel_sst_runtime_suspend(struct device *dev)
 {