Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157008
b: refs/heads/master
c: cf05b82
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Martin Schwidefsky committed Aug 23, 2009
1 parent 76fd4ca commit bc6d1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 06739a8ad321b1e5140b318c648b0cc4bf8c6daa
refs/heads/master: cf05b824dbb871159e1b4c4f2733b9c9d2f756cf
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2135,9 +2135,9 @@ static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo)
struct dasd_device *base;

block = bdev->bd_disk->private_data;
base = block->base;
if (!block)
return -ENODEV;
base = block->base;

if (!base->discipline ||
!base->discipline->fill_geometry)
Expand Down

0 comments on commit bc6d1fc

Please sign in to comment.