replace common qcom sources with samsung ones
This commit is contained in:
@@ -38,7 +38,7 @@ static struct attribute *attrs[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
static u32 cdsp_state = CDSP_SUBSYS_DOWN;
|
||||
static u32 cdsp_state = CDSP_SUBSYS_LOADED;
|
||||
static struct platform_device *cdsp_private;
|
||||
static void cdsp_loader_unload(struct platform_device *pdev);
|
||||
|
||||
@@ -155,7 +155,6 @@ static void cdsp_loader_unload(struct platform_device *pdev)
|
||||
if (priv->pil_h && cdsp_state == CDSP_SUBSYS_LOADED) {
|
||||
dev_dbg(&pdev->dev, "%s: calling subsystem_put\n", __func__);
|
||||
rproc_shutdown(priv->pil_h);
|
||||
priv->pil_h = NULL;
|
||||
cdsp_state = CDSP_SUBSYS_DOWN;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user