Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102305
b: refs/heads/master
c: 8586cb6
h: refs/heads/master
i:
  102303: 3adb124
v: v3
  • Loading branch information
Stefan Haberland authored and Heiko Carstens committed Jul 17, 2008
1 parent bf9aa58 commit bd1a7f6
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: 779e6e1c724d30e0fd1baca78b852e41e3a23c1d
refs/heads/master: 8586cb60ce85f40431cf06fe97512269d3992f03
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ dasd_diag_check_device(struct dasd_device *device)
if (rc) {
DEV_MESSAGE(KERN_WARNING, device, "failed to retrieve device "
"information (rc=%d)", rc);
rc = -ENOTSUPP;
rc = -EOPNOTSUPP;
goto out;
}

Expand All @@ -364,7 +364,7 @@ dasd_diag_check_device(struct dasd_device *device)
default:
DEV_MESSAGE(KERN_WARNING, device, "unsupported device class "
"(class=%d)", private->rdc_data.vdev_class);
rc = -ENOTSUPP;
rc = -EOPNOTSUPP;
goto out;
}

Expand Down

0 comments on commit bd1a7f6

Please sign in to comment.