Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f73695a authored by Stephen M. Cameron's avatar Stephen M. Cameron Committed by Christoph Hellwig
Browse files

hpsa: remove 'action required' phrasing



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: default avatarDon Brace <don.brace@pmcs.com>
Reviewed-by: default avatarStephen M. Cameron <stephenmcameron@gmail.com>
Reviewed-by: default avatarJoe Handzik <joseph.t.handzik@hp.com>
Reviewed-by: default avatarWebb Scales <webb.scales@hp.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 1a63ea6f
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -276,12 +276,12 @@ static int check_for_unit_attention(struct ctlr_info *h,
			"detected, command retried\n", h->ctlr);
			"detected, command retried\n", h->ctlr);
		break;
		break;
	case LUN_FAILED:
	case LUN_FAILED:
		dev_warn(&h->pdev->dev, HPSA "%d: LUN failure "
		dev_warn(&h->pdev->dev,
			"detected, action required\n", h->ctlr);
			HPSA "%d: LUN failure detected\n", h->ctlr);
		break;
		break;
	case REPORT_LUNS_CHANGED:
	case REPORT_LUNS_CHANGED:
		dev_warn(&h->pdev->dev, HPSA "%d: report LUN data "
		dev_warn(&h->pdev->dev,
			"changed, action required\n", h->ctlr);
			HPSA "%d: report LUN data changed\n", h->ctlr);
	/*
	/*
	 * Note: this REPORT_LUNS_CHANGED condition only occurs on the external
	 * Note: this REPORT_LUNS_CHANGED condition only occurs on the external
	 * target (array) devices.
	 * target (array) devices.