Loading drivers/char/diag/diagfwd_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -930,7 +930,7 @@ static int diag_socket_read(void *ctxt, unsigned char *buf, int buf_len) DIAG_LOG(DIAG_DEBUG_PERIPHERALS, "%s closing read thread. diag state is closed\n", info->name); diag_ws_release(); diagfwd_channel_read_done(info->fwd_ctxt, buf, 0); return 0; } Loading Loading
drivers/char/diag/diagfwd_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -930,7 +930,7 @@ static int diag_socket_read(void *ctxt, unsigned char *buf, int buf_len) DIAG_LOG(DIAG_DEBUG_PERIPHERALS, "%s closing read thread. diag state is closed\n", info->name); diag_ws_release(); diagfwd_channel_read_done(info->fwd_ctxt, buf, 0); return 0; } Loading