Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121367
b: refs/heads/master
c: 9a1ce28
h: refs/heads/master
i:
  121365: a91efee
  121363: 4f74860
  121359: c2611ad
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed Dec 25, 2008
1 parent 4e5d3ff commit e6321bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23589d057ac2da81e456d4a9dcdd9135fd96f493
refs/heads/master: 9a1ce28aeb7a8b1666eaa9f104c1a2f5a149f9df
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int qdio_inbound_q_moved(struct qdio_q *q)

static int qdio_inbound_q_done(struct qdio_q *q)
{
unsigned char state;
unsigned char state = 0;
#ifdef CONFIG_QDIO_DEBUG
char dbf_text[15];
#endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio_thinint.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void tiqdio_remove_input_queues(struct qdio_irq *irq_ptr)

static inline int tiqdio_inbound_q_done(struct qdio_q *q)
{
unsigned char state;
unsigned char state = 0;

if (!atomic_read(&q->nr_buf_used))
return 1;
Expand Down

0 comments on commit e6321bc

Please sign in to comment.