Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188951
b: refs/heads/master
c: b8fde72
h: refs/heads/master
i:
  188949: dafdc9f
  188947: c51a3ec
  188943: cb4644b
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Mar 24, 2010
1 parent ba84673 commit bcec30f
Show file tree
Hide file tree
Showing 2 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: 4a31ba57cae853ce1ac00a22c0f5d80bd36685ed
refs/heads/master: b8fde7224d771ce55bfd67cb57d7c4c8f430972f
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3155,11 +3155,11 @@ static void dasd_eckd_dump_sense_tcw(struct dasd_device *device,

tsb = NULL;
sense = NULL;
if (irb->scsw.tm.tcw)
if (irb->scsw.tm.tcw && (irb->scsw.tm.fcxs == 0x01))
tsb = tcw_get_tsb(
(struct tcw *)(unsigned long)irb->scsw.tm.tcw);

if (tsb && (irb->scsw.tm.fcxs == 0x01)) {
if (tsb) {
len += sprintf(page + len, KERN_ERR PRINTK_HEADER
" tsb->length %d\n", tsb->length);
len += sprintf(page + len, KERN_ERR PRINTK_HEADER
Expand Down

0 comments on commit bcec30f

Please sign in to comment.