|
@@ -276,12 +276,12 @@ static int check_for_unit_attention(struct ctlr_info *h,
|
|
|
"detected, command retried\n", h->ctlr);
|
|
|
break;
|
|
|
case LUN_FAILED:
|
|
|
- dev_warn(&h->pdev->dev, HPSA "%d: LUN failure "
|
|
|
- "detected, action required\n", h->ctlr);
|
|
|
+ dev_warn(&h->pdev->dev,
|
|
|
+ HPSA "%d: LUN failure detected\n", h->ctlr);
|
|
|
break;
|
|
|
case REPORT_LUNS_CHANGED:
|
|
|
- dev_warn(&h->pdev->dev, HPSA "%d: report LUN data "
|
|
|
- "changed, action required\n", h->ctlr);
|
|
|
+ dev_warn(&h->pdev->dev,
|
|
|
+ HPSA "%d: report LUN data changed\n", h->ctlr);
|
|
|
/*
|
|
|
* Note: this REPORT_LUNS_CHANGED condition only occurs on the external
|
|
|
* target (array) devices.
|