hpsa: remove 'action required' phrasing
authorStephen M. Cameron <[email protected]>
Fri, 14 Nov 2014 23:26:48 +0000 (17:26 -0600)
committerChristoph Hellwig <[email protected]>
Thu, 20 Nov 2014 08:11:23 +0000 (09:11 +0100)
In the case of LUN data changing, the driver will
auto rescan and so it's not even true that "action" is
"required".

Remove "action required" phrases from warning messages and
replace with description phrases.

Signed-off-by: Don Brace <[email protected]>
Reviewed-by: Stephen M. Cameron <[email protected]>
Reviewed-by: Joe Handzik <[email protected]>
Reviewed-by: Webb Scales <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
drivers/scsi/hpsa.c

index 4ca94a5373d3efbdd2c0764610b1bf5908a720ee..156a6dcca9d87b92bf4ca7420630b52faa6b076d 100644 (file)
@@ -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.