Loading arch/arm/mach-msm/rmt_storage_client.c +8 −4 Original line number Diff line number Diff line Loading @@ -1267,8 +1267,10 @@ static int rmt_storage_get_ramfs(struct rmt_storage_srv *srv) if (srv->prog != MSM_RMT_STORAGE_APIPROG) return 0; ramfs_table = smem_find(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table)); ramfs_table = smem_find_to_proc(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table), 0, SMEM_ANY_HOST_FLAG); if (!ramfs_table) { pr_err("%s: No RAMFS table in SMEM\n", __func__); Loading Loading @@ -1442,8 +1444,10 @@ static int rmt_storage_init_ramfs(struct rmt_storage_srv *srv) if (srv->prog != MSM_RMT_STORAGE_APIPROG) return 0; ramfs_table = smem_find(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table)); ramfs_table = smem_find_to_proc(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table), 0, SMEM_ANY_HOST_FLAG); if (!ramfs_table) { pr_err("%s: No RAMFS table in SMEM\n", __func__); Loading Loading
arch/arm/mach-msm/rmt_storage_client.c +8 −4 Original line number Diff line number Diff line Loading @@ -1267,8 +1267,10 @@ static int rmt_storage_get_ramfs(struct rmt_storage_srv *srv) if (srv->prog != MSM_RMT_STORAGE_APIPROG) return 0; ramfs_table = smem_find(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table)); ramfs_table = smem_find_to_proc(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table), 0, SMEM_ANY_HOST_FLAG); if (!ramfs_table) { pr_err("%s: No RAMFS table in SMEM\n", __func__); Loading Loading @@ -1442,8 +1444,10 @@ static int rmt_storage_init_ramfs(struct rmt_storage_srv *srv) if (srv->prog != MSM_RMT_STORAGE_APIPROG) return 0; ramfs_table = smem_find(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table)); ramfs_table = smem_find_to_proc(SMEM_SEFS_INFO, sizeof(struct shared_ramfs_table), 0, SMEM_ANY_HOST_FLAG); if (!ramfs_table) { pr_err("%s: No RAMFS table in SMEM\n", __func__); Loading