diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/cio/qdio_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/qdio_main.c b/drivers/s390/cio/qdio_main.c index e8f267eb8887..55e8f721e38a 100644 --- a/drivers/s390/cio/qdio_main.c +++ b/drivers/s390/cio/qdio_main.c | |||
@@ -1446,7 +1446,7 @@ set: | |||
1446 | static int handle_outbound(struct qdio_q *q, unsigned int callflags, | 1446 | static int handle_outbound(struct qdio_q *q, unsigned int callflags, |
1447 | int bufnr, int count) | 1447 | int bufnr, int count) |
1448 | { | 1448 | { |
1449 | unsigned char state; | 1449 | unsigned char state = 0; |
1450 | int used, rc = 0; | 1450 | int used, rc = 0; |
1451 | 1451 | ||
1452 | qperf_inc(q, outbound_call); | 1452 | qperf_inc(q, outbound_call); |