Loading net/ipc_router/ipc_router_private.h +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ #define IPC_ROUTER_DEFAULT_RX_QUOTA 5 #define IPC_ROUTER_INFINITY -1 #define DEFAULT_RCV_TIMEO 0 #define DEFAULT_RCV_TIMEO IPC_ROUTER_INFINITY #define ALIGN_SIZE(x) ((4 - ((x) & 3)) & 3) Loading net/ipc_router/ipc_router_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -460,7 +460,7 @@ static int msm_ipc_router_recvmsg(struct kiocb *iocb, struct socket *sock, return -EINVAL; lock_sock(sk); timeout = sk->sk_rcvtimeo; timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); ret = msm_ipc_router_rx_data_wait(port_ptr, timeout); if (ret) { Loading Loading
net/ipc_router/ipc_router_private.h +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ #define IPC_ROUTER_DEFAULT_RX_QUOTA 5 #define IPC_ROUTER_INFINITY -1 #define DEFAULT_RCV_TIMEO 0 #define DEFAULT_RCV_TIMEO IPC_ROUTER_INFINITY #define ALIGN_SIZE(x) ((4 - ((x) & 3)) & 3) Loading
net/ipc_router/ipc_router_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -460,7 +460,7 @@ static int msm_ipc_router_recvmsg(struct kiocb *iocb, struct socket *sock, return -EINVAL; lock_sock(sk); timeout = sk->sk_rcvtimeo; timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); ret = msm_ipc_router_rx_data_wait(port_ptr, timeout); if (ret) { Loading