Merge pull request #474 from bardliao/master

dma-trace: remove specific reply
This commit is contained in:
Liam Girdwood 2018-10-10 16:00:53 +01:00 committed by GitHub
commit a14bfeb0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -627,7 +627,6 @@ static int ipc_dma_trace_config(uint32_t header)
uint32_t ring_size;
#endif
struct sof_ipc_dma_trace_params *params = _ipc->comp_data;
struct sof_ipc_reply reply;
int err;
trace_ipc("DA1");
@ -681,11 +680,6 @@ static int ipc_dma_trace_config(uint32_t header)
if (err < 0)
goto error;
/* write component values to the outbox */
reply.hdr.size = sizeof(reply);
reply.hdr.cmd = header;
reply.error = 0;
mailbox_hostbox_write(0, &reply, sizeof(reply));
return 0;
error: