|
@@ -1751,13 +1751,13 @@ static int __init atmci_probe(struct platform_device *pdev)
|
|
ret = -ENODEV;
|
|
ret = -ENODEV;
|
|
if (pdata->slot[0].bus_width) {
|
|
if (pdata->slot[0].bus_width) {
|
|
ret = atmci_init_slot(host, &pdata->slot[0],
|
|
ret = atmci_init_slot(host, &pdata->slot[0],
|
|
- MCI_SDCSEL_SLOT_A, 0);
|
|
|
|
|
|
+ 0, MCI_SDCSEL_SLOT_A);
|
|
if (!ret)
|
|
if (!ret)
|
|
nr_slots++;
|
|
nr_slots++;
|
|
}
|
|
}
|
|
if (pdata->slot[1].bus_width) {
|
|
if (pdata->slot[1].bus_width) {
|
|
ret = atmci_init_slot(host, &pdata->slot[1],
|
|
ret = atmci_init_slot(host, &pdata->slot[1],
|
|
- MCI_SDCSEL_SLOT_B, 1);
|
|
|
|
|
|
+ 1, MCI_SDCSEL_SLOT_B);
|
|
if (!ret)
|
|
if (!ret)
|
|
nr_slots++;
|
|
nr_slots++;
|
|
}
|
|
}
|