Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / sound / soc / intel / atom / sst / sst.c
index a4b458e770894f0ccb8935ba139aa8a0e5edb6a9..9b6e27385dc90742a37ae2e17a4eca4fe4aca2dd 100644 (file)
@@ -190,7 +190,8 @@ int sst_driver_ops(struct intel_sst_drv *sst)
 
        default:
                dev_err(sst->dev,
-                       "SST Driver capablities missing for dev_id: %x", sst->dev_id);
+                       "SST Driver capabilities missing for dev_id: %x",
+                       sst->dev_id);
                return -EINVAL;
        };
 }
@@ -441,7 +442,7 @@ static int intel_sst_suspend(struct device *dev)
                struct stream_info *stream = &ctx->streams[i];
 
                if (stream->status == STREAM_RUNNING) {
-                       dev_err(dev, "stream %d is running, cant susupend, abort\n", i);
+                       dev_err(dev, "stream %d is running, can't suspend, abort\n", i);
                        return -EBUSY;
                }
        }
This page took 0.025475 seconds and 5 git commands to generate.