From: Tejun Heo Date: Sun, 22 Apr 2007 17:41:05 +0000 (+0900) Subject: libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET X-Git-Tag: v2.6.22-rc1~1111^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d64a233fe6a8fd45a062fe125159854ffed60c7;p=pandora-kernel.git libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET Separate ATA_EHI_DID_RESET into ATA_EHI_DID_SOFTRESET and ATA_EHI_DID_HARDRESET. ATA_EHI_DID_RESET is redefined as OR of the two flags. This patch doesn't introduce any behavior change. This will be used later to determine whether _SDD is necessary or not. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed