commit | 6aff8f1f07a7fff48121d1ad4a550f3af24ccc81 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Feb 15 18:24:09 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Feb 20 05:07:52 2006 -0500 |
tree | 3b02003f45b43c81b395c4a07e8c708599304bdd | |
parent | 6a62a04d4705df4f9f9bee39e889b9e920eeca47 [diff] |
[PATCH] libata: update ata_dev_init_params() Update ata_dev_init_params() such that it doesn't disable port directly but return with appropriate error mask on failure. This is preparation for splitting ata_dev_identify(). Note that this patch changes behavior of dev_init_params failure such that only failing devices are taken offline not the whole port. This change is intended. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>