diff options
| author | Ben Warren <bwarren@qstreams.com> | 2007-08-13 21:26:03 -0400 | 
|---|---|---|
| committer | Ben Warren <bwarren@qstreams.com> | 2007-08-13 21:26:03 -0400 | 
| commit | d1bc6c8d5f4a9c7ca9fb2292d5c65f846dcc3995 (patch) | |
| tree | dd0722cee4758fe40f6a5cc75986ebb1a395aac2 /drivers/ahci.c | |
| parent | f539edc076cfe52bff919dd512ba8d7af0e22092 (diff) | |
| parent | 8a92b7c60b40ff79e2cc96e13aeac2a531dde473 (diff) | |
| download | olio-uboot-2014.01-d1bc6c8d5f4a9c7ca9fb2292d5c65f846dcc3995.tar.xz olio-uboot-2014.01-d1bc6c8d5f4a9c7ca9fb2292d5c65f846dcc3995.zip  | |
Sync'd u-boot-net with mainline
Merge git://www.denx.de/git/u-boot
Conflicts:
	drivers/bcm570x.c
	drivers/tigon3.c
Diffstat (limited to 'drivers/ahci.c')
| -rw-r--r-- | drivers/ahci.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ahci.c b/drivers/ahci.c index 8ceff0092..ccd4d71e8 100644 --- a/drivers/ahci.c +++ b/drivers/ahci.c @@ -253,7 +253,8 @@ static void ahci_print_info(struct ahci_probe_ent *probe_ent)  static int ahci_init_one(pci_dev_t pdev)  { -	u32 iobase, vendor; +	u32 iobase; +	u16 vendor;  	int rc;  	memset((void *)ataid, 0, sizeof(hd_driveid_t *) * AHCI_MAX_PORTS);  |