Merge "soc: qcom: glink_smem_native_xport: Allocate smem item in non cache region"
This commit is contained in:
commit
2a24534bf6
1 changed files with 1 additions and 1 deletions
|
@ -2402,7 +2402,7 @@ static int glink_smem_native_probe(struct platform_device *pdev)
|
||||||
einfo->tx_fifo = smem_alloc(SMEM_GLINK_NATIVE_XPRT_FIFO_0,
|
einfo->tx_fifo = smem_alloc(SMEM_GLINK_NATIVE_XPRT_FIFO_0,
|
||||||
einfo->tx_fifo_size,
|
einfo->tx_fifo_size,
|
||||||
einfo->remote_proc_id,
|
einfo->remote_proc_id,
|
||||||
SMEM_ITEM_CACHED_FLAG);
|
0);
|
||||||
if (!einfo->tx_fifo) {
|
if (!einfo->tx_fifo) {
|
||||||
pr_err("%s: smem alloc of tx fifo failed\n", __func__);
|
pr_err("%s: smem alloc of tx fifo failed\n", __func__);
|
||||||
rc = -ENOMEM;
|
rc = -ENOMEM;
|
||||||
|
|
Loading…
Add table
Reference in a new issue