diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2007-03-01 19:56:15 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:15:55 -0400 |
commit | cd0d3bbcdd650651b7ccfaf55d107e3fc237d95a (patch) | |
tree | 9c095bdb9056f5b36d3d3640a3f497cabfdd1f92 /drivers/ata/pata_ali.c | |
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>
Diffstat (limited to 'drivers/ata/pata_ali.c')
-rw-r--r-- | drivers/ata/pata_ali.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 11ea552a58ca..76243400c01d 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -324,7 +324,7 @@ static void ali_set_dmamode(struct ata_port *ap, struct ata_device *adev) | |||
324 | * slower PIO methods | 324 | * slower PIO methods |
325 | */ | 325 | */ |
326 | 326 | ||
327 | static void ali_lock_sectors(struct ata_port *ap, struct ata_device *adev) | 327 | static void ali_lock_sectors(struct ata_device *adev) |
328 | { | 328 | { |
329 | adev->max_sectors = 255; | 329 | adev->max_sectors = 255; |
330 | } | 330 | } |