Commit b13320a9 authored by Brian King's avatar Brian King Committed by James Bottomley

[PATCH] ipr: Don't log adapter shutdown error response code

The following patch adds an adapter response code to the
table in the driver to prevent an error from being logged
when this response is received.
Signed-off-by: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 84a2523b
......@@ -208,6 +208,8 @@ struct ipr_error_table_t ipr_error_table[] = {
"Synchronization required"},
{0x024E0000, 0, 0,
"No ready, IOA shutdown"},
{0x025A0000, 0, 0,
"Not ready, IOA has been shutdown"},
{0x02670100, 0, 1,
"3020: Storage subsystem configuration error"},
{0x03110B00, 0, 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment