commit | 55a6adeea4077521b4bba1dfe674f5835157a00b | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Mar 09 19:43:35 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 14:16:02 2007 -0400 |
tree | 908e61d7a0a828bc9625b38bc1e22e0645230ade | |
parent | 17199b187b5d9a22f2ec835c9fdb38302501b918 [diff] |
libata: fix native mode disabled port handling Disabled port handling in ata_pci_init_native_mode() is slightly broken in that it may end up using the wrong port_info. This patch updates it such that disables ports are made dummy as done in the legacy and other cases. While at it, fix indentation in ata_resources_present(). Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>