commit | cd0d3bbcdd650651b7ccfaf55d107e3fc237d95a | [log] [tgz] |
---|---|---|
author | Alan <alan@lxorguk.ukuu.org.uk> | Fri Mar 02 00:56:15 2007 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 14:15:55 2007 -0400 |
tree | 9c095bdb9056f5b36d3d3640a3f497cabfdd1f92 | |
parent | d88184fb2348a50f7c34f5d49a901c875b2e0114 [diff] |
libata: dev_config does not need ap and adev passing It used to be impossible to get from ata_device to ata_port but that is no longer true. Various methods have been cleaned up over time but dev_config still takes both and most users don't need both anyway. Tidy this one up Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>