copier: remove ipcgtw copy case

ipcgtw copy is empty, due to ipcgtw device will be removed, so
remove its copy function.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2023-05-09 11:55:16 +08:00 committed by Ranjani Sridharan
parent e9d00eb4ef
commit 84e4484b94
1 changed files with 1 additions and 1 deletions

View File

@ -1417,7 +1417,7 @@ static int do_endpoint_copy(struct comp_dev *dev)
default:
break;
}
return cd->endpoint[0]->drv->ops.copy(cd->endpoint[0]);
return 0;
}
}