Loading net/ipc_router/ipc_router_core.c +3 −0 Original line number Diff line number Diff line Loading @@ -2798,6 +2798,9 @@ int msm_ipc_router_register_server(struct msm_ipc_port *port_ptr, if (!port_ptr || !name) return -EINVAL; if (port_ptr->type != CLIENT_PORT) return -EINVAL; if (name->addrtype != MSM_IPC_ADDR_NAME) return -EINVAL; Loading Loading
net/ipc_router/ipc_router_core.c +3 −0 Original line number Diff line number Diff line Loading @@ -2798,6 +2798,9 @@ int msm_ipc_router_register_server(struct msm_ipc_port *port_ptr, if (!port_ptr || !name) return -EINVAL; if (port_ptr->type != CLIENT_PORT) return -EINVAL; if (name->addrtype != MSM_IPC_ADDR_NAME) return -EINVAL; Loading