From: Tejun Heo Date: Sun, 2 Sep 2007 14:23:57 +0000 (+0900) Subject: libata: update ata_dev_try_classify() arguments X-Git-Tag: v2.6.24-rc1~1391^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f19859ee95a38c066a0420eb8a30c76ecd67a42;p=pandora-kernel.git libata: update ata_dev_try_classify() arguments Make ata_dev_try_classify() take a pointer to ata_device instead of ata_port/port_number combination for consistency and add @present argument. @present indicates whether the device seems present during reset. It's the result of TF access during softreset and link onlineness during hardreset. @present will be used to improve diagnostic failure handling. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed