Loading drivers/s390/cio/qdio.c +1 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ qdio_get_inbound_buffer_frontier(struct qdio_q *q) #ifdef QDIO_USE_PROCESSING_STATE if (last_position>=0) set_slsb(q, &last_position, SLSB_P_INPUT_NOT_INIT, &count); set_slsb(q, &last_position, SLSB_P_INPUT_PROCESSING, &count); #endif /* QDIO_USE_PROCESSING_STATE */ QDIO_DBF_HEX4(0,trace,&q->first_to_check,sizeof(int)); Loading Loading
drivers/s390/cio/qdio.c +1 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ qdio_get_inbound_buffer_frontier(struct qdio_q *q) #ifdef QDIO_USE_PROCESSING_STATE if (last_position>=0) set_slsb(q, &last_position, SLSB_P_INPUT_NOT_INIT, &count); set_slsb(q, &last_position, SLSB_P_INPUT_PROCESSING, &count); #endif /* QDIO_USE_PROCESSING_STATE */ QDIO_DBF_HEX4(0,trace,&q->first_to_check,sizeof(int)); Loading