Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321642
b: refs/heads/master
c: e206d3d
h: refs/heads/master
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Aug 8, 2012
1 parent 9550574 commit c148ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0503513817bc6175cededcbe146e06b0ea20f68
refs/heads/master: e206d3da58803de5cd38dc728f6da5221ec18ab0
2 changes: 2 additions & 0 deletions trunk/drivers/s390/char/sclp_sdias.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,13 @@ int sclp_sdias_copy(void *dest, int start_blk, int nr_blks)
switch (sdias_evbuf.event_status) {
case EVSTATE_ALL_STORED:
TRACE("all stored\n");
break;
case EVSTATE_PART_STORED:
TRACE("part stored: %i\n", sdias_evbuf.blk_cnt);
break;
case EVSTATE_NO_DATA:
TRACE("no data\n");
/* fall through */
default:
pr_err("Error from SCLP while copying hsa. "
"Event status = %x\n",
Expand Down

0 comments on commit c148ecc

Please sign in to comment.