Loading dsp/adsp-loader.c +1 −4 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2014, 2017-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -134,9 +134,6 @@ static void adsp_load_fw(struct work_struct *adsp_ldr_work) __func__); goto fail; } /* Set the state of the ADSP in APR driver */ apr_set_q6_state(APR_SUBSYS_LOADED); } else if (adsp_state == APR_SUBSYS_LOADED) { dev_dbg(&pdev->dev, "%s: ADSP state = %x\n", __func__, adsp_state); Loading Loading
dsp/adsp-loader.c +1 −4 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2014, 2017-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -134,9 +134,6 @@ static void adsp_load_fw(struct work_struct *adsp_ldr_work) __func__); goto fail; } /* Set the state of the ADSP in APR driver */ apr_set_q6_state(APR_SUBSYS_LOADED); } else if (adsp_state == APR_SUBSYS_LOADED) { dev_dbg(&pdev->dev, "%s: ADSP state = %x\n", __func__, adsp_state); Loading