Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3267
b: refs/heads/master
c: f901e5d
h: refs/heads/master
i:
  3265: 4fecba8
  3263: 96bd72e
v: v3
  • Loading branch information
Cornelia Huck authored and Linus Torvalds committed Jun 25, 2005
1 parent a87c92e commit 2c41bd0
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: c551288e34cff0a78b3103ce2e12099dffa41071
refs/heads/master: f901e5d1e06b3326c100c5d0df43656311befb81
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dcssblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ dcssblk_check_params(void)
buf[j-i] = dcssblk_segments[j];
}
buf[j-i] = '\0';
rc = dcssblk_add_store(dcssblk_root_dev, buf, j-i);
rc = dcssblk_add_store(dcssblk_root_dev, NULL, buf, j-i);
if ((rc >= 0) && (dcssblk_segments[j] == '(')) {
for (k = 0; buf[k] != '\0'; k++)
buf[k] = toupper(buf[k]);
Expand All @@ -728,7 +728,7 @@ dcssblk_check_params(void)
up_read(&dcssblk_devices_sem);
if (dev_info)
dcssblk_shared_store(&dev_info->dev,
"0\n", 2);
NULL, "0\n", 2);
}
}
while ((dcssblk_segments[j] != ',') &&
Expand Down

0 comments on commit 2c41bd0

Please sign in to comment.