From: Tejun Heo Date: Tue, 11 Apr 2006 13:22:29 +0000 (+0900) Subject: [PATCH] sata_sil24: fix timeout calculation in sil24_softreset X-Git-Tag: v2.6.18-rc1~1079^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1d832cea1ab851a3f9b9d83245f5bc8b5b04b6;p=pandora-kernel.git [PATCH] sata_sil24: fix timeout calculation in sil24_softreset sil24_softreset calculated timeout by adding ATA_TMOUT_BOOT * HZ to jiffies; however, as ATA_TMOUT_BOOT is already in jiffies, multiplying by HZ makes the value way off. Fix it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed