Re: [PATCH 1/1] ipr: Need to reset adapter after the 6th EEH error

2013-04-17 Thread Brian King
Acked-by: Brian King -- Brian King Power Linux I/O IBM Linux Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/1] ipr: Need to reset adapter after the 6th EEH error

2013-04-17 Thread wenxiong
Add reset adapter after the 6th EEH errors in ipr driver. This triggers the adapter reset via the PCI config space even when the slot is frozen. Signed-off-by: Wen Xiong --- drivers/scsi/ipr.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) Index: b/drivers/scsi/ipr.c