From: Akinobu Mita Date: Wed, 26 Jun 2013 17:09:33 +0000 (+0530) Subject: [SCSI] ufs: fix register address in UIC error interrupt handling X-Git-Tag: v3.11-rc1~88^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9f4b59c52bd12c850c20435eef9f196976f541;p=pandora-kernel.git [SCSI] ufs: fix register address in UIC error interrupt handling In UIC error interrupt handling, it checks if UIC data link layer error code indicates PA_INIT_ERROR in order to determine whether a fatal error handling is needed or not. But the code tries to read UIC data link layer error code from wrong REG_UIC_ERROR_CODE_PHY_ADAPTER_LAYER, it should be REG_UIC_ERROR_CODE_DATA_LINK_LAYER. Signed-off-by: Akinobu Mita Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- Reading git-diff-tree failed