|
@@ -160,11 +160,13 @@ dasd_log_sense(struct dasd_ccw_req *cqr, struct irb *irb)
|
|
|
|
|
|
device = cqr->startdev;
|
|
|
if (cqr->intrc == -ETIMEDOUT) {
|
|
|
- dev_err(&device->cdev->dev, "cqr %p timeout error", cqr);
|
|
|
+ dev_err(&device->cdev->dev,
|
|
|
+ "A timeout error occurred for cqr %p", cqr);
|
|
|
return;
|
|
|
}
|
|
|
if (cqr->intrc == -ENOLINK) {
|
|
|
- dev_err(&device->cdev->dev, "cqr %p transport error", cqr);
|
|
|
+ dev_err(&device->cdev->dev,
|
|
|
+ "A transport error occurred for cqr %p", cqr);
|
|
|
return;
|
|
|
}
|
|
|
/* dump sense data */
|