mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
Staging: phison: fix problem caused by libata change
commit cf10700bf8 upstream.
The libata core changed this function so it needed to call a different
one.
See https://bugzilla.kernel.org/show_bug.cgi?id=19872 for details.
Reported-by: Heinz Wiesinger <HMWiesinger@gmx.at>
Tested-by: Heinz Wiesinger <HMWiesinger@gmx.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
044504aeac
commit
6c5d9482bb
|
|
@ -62,7 +62,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
|||
};
|
||||
const struct ata_port_info *ppi[] = { &info, NULL };
|
||||
|
||||
ret = ata_pci_sff_init_one(pdev, ppi, &phison_sht, NULL, 0);
|
||||
ret = ata_pci_bmdma_init_one(pdev, ppi, &phison_sht, NULL, 0);
|
||||
|
||||
dev_dbg(&pdev->dev, "phison_init_one(), ret = %x\n", ret);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user