On Monday 14 July 2008, Kumar, Purushotam wrote: > > > > if (cpu_is_omap2430() || cpu_is_omap34xx()) { > > > > - if (mmc->enabled) > > > > + if (mmc->enabled) { > > > > + mmc1_data.conf = *mmc; > > > > (void) platform_device_register(&mmc_omap_device1); > > > > + } I don't get it. OMAP3 uses the hsmmc code, which uses a "struct omap_mmc_platform_data" to configure itself. But this patch updates a "struct omap_mmc_conf" as used by the non-hsmmc code. So ... it's a NOP, at least for OMAP3. Right? -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html