Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6ed83af authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "mmc: sdhci-msm: skip eMMC slot probe if eMMC isn't a bootdevice""

parents 77eb6919 247a6511
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -436,18 +436,6 @@ struct sdhci_msm_host {
	u32 pm_qos_delay;
};

#define	ANDROID_BOOT_DEV_MAX	30
static char android_boot_dev[ANDROID_BOOT_DEV_MAX];

#ifndef MODULE
static int __init get_android_boot_dev(char *str)
{
	strlcpy(android_boot_dev, str, ANDROID_BOOT_DEV_MAX);
	return 1;
}
__setup("androidboot.bootdevice=", get_android_boot_dev);
#endif

static struct sdhci_msm_host *sdhci_slot[2];

static int sdhci_msm_update_qos_constraints(struct qos_cpu_group *qcg,
@@ -3582,13 +3570,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
			dev_err(&pdev->dev, "get slot index failed %d\n", ret);
		else if (ret <= 2)
			sdhci_slot[ret-1] = msm_host;

		if (of_property_read_bool(dev->of_node, "non-removable") &&
				strlen(android_boot_dev) &&
				strcmp(android_boot_dev, dev_name(dev))) {
			ret = -ENODEV;
			goto pltfm_free;
		}
	}

	/*