Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77203
b: refs/heads/master
c: de3e0da
h: refs/heads/master
i:
  77201: ce442ca
  77199: a938f51
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Jan 26, 2008
1 parent 9d0398e commit 5aca361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 3f5615e012b4593943bbc2a6c3ce150bb33e1966
refs/heads/master: de3e0da1270bccb046885fbf1baa9140721de7e0
7 changes: 4 additions & 3 deletions trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1969,9 +1969,10 @@ dasd_generic_probe (struct ccw_device *cdev,
ret = ccw_device_set_online(cdev);
if (ret)
printk(KERN_WARNING
"dasd_generic_probe: could not initially online "
"ccw-device %s\n", cdev->dev.bus_id);
return ret;
"dasd_generic_probe: could not initially "
"online ccw-device %s; return code: %d\n",
cdev->dev.bus_id, ret);
return 0;
}

/*
Expand Down

0 comments on commit 5aca361

Please sign in to comment.