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