Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86930
b: refs/heads/master
c: a5e2383
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Weinhuber authored and Martin Schwidefsky committed Mar 5, 2008
1 parent 95c1fc6 commit 425b4b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 5c12f2406cea24a2c885a8d3e5aa7ab94c65f0d5
refs/heads/master: a5e2383991ee985332854b721ba3e5abbbabf0f2
4 changes: 3 additions & 1 deletion trunk/drivers/s390/block/dasd_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ dasd_devices_show(struct seq_file *m, void *v)
return 0;
if (device->block)
block = device->block;
else
else {
dasd_put_device(device);
return 0;
}
/* Print device number. */
seq_printf(m, "%s", device->cdev->dev.bus_id);
/* Print discipline string. */
Expand Down

0 comments on commit 425b4b8

Please sign in to comment.