[libata sata_uli] kill scr_addr abuse
authorJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 05:14:36 +0000 (00:14 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 05:14:36 +0000 (00:14 -0500)
sata_uli was storing PCI config addresses in a variable intended for
port addresses, a variable soon to become void __iomem *.

Update the driver to store the SCR address, found in PCI config space,
in the driver-private data area.


No differences found