diff options
-rw-r--r-- | drivers/scsi/ipr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index e1d24ddd8811..0251fd7272e0 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -360,6 +360,8 @@ struct ipr_error_table_t ipr_error_table[] = { | |||
360 | "9072: Link not operational transition"}, | 360 | "9072: Link not operational transition"}, |
361 | {0x066B8200, 0, IPR_DEFAULT_LOG_LEVEL, | 361 | {0x066B8200, 0, IPR_DEFAULT_LOG_LEVEL, |
362 | "9032: Array exposed but still protected"}, | 362 | "9032: Array exposed but still protected"}, |
363 | {0x066B8300, 0, IPR_DEFAULT_LOG_LEVEL + 1, | ||
364 | "70DD: Device forced failed by disrupt device command"}, | ||
363 | {0x066B9100, 0, IPR_DEFAULT_LOG_LEVEL, | 365 | {0x066B9100, 0, IPR_DEFAULT_LOG_LEVEL, |
364 | "4061: Multipath redundancy level got better"}, | 366 | "4061: Multipath redundancy level got better"}, |
365 | {0x066B9200, 0, IPR_DEFAULT_LOG_LEVEL, | 367 | {0x066B9200, 0, IPR_DEFAULT_LOG_LEVEL, |