> drivers/mmc/host/omap_hsmmc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c > index 83f0aff..8c97c22 100644 > --- a/drivers/mmc/host/omap_hsmmc.c > +++ b/drivers/mmc/host/omap_hsmmc.c > @@ -2092,7 +2092,7 @@ static int __init omap_hsmmc_probe(struct > MMC_CAP_WAIT_WHILE_BUSY; > > if (mmc_slot(host).wires >= 8) > - mmc->caps |= MMC_CAP_8_BIT_DATA; > + mmc->caps |= (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA); > else if (mmc_slot(host).wires >= 4) > mmc->caps |= MMC_CAP_4_BIT_DATA; > Your mailer has some issue, 'tabs' got replaced by 'spaces' in this patch. Please fix it and repost. Also take care off deleting below unrelated content. - Regards, Vimal > > On Thu, Feb 11, 2010 at 11:04 PM, Madhusudhan <madhu.cr@xxxxxx> wrote: >> >> >>> -----Original Message----- >>> From: kishore kadiyala [mailto:kishore.kadiyala@xxxxxx] >>> Sent: Thursday, February 11, 2010 8:20 AM >>> To: linux-omap@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx >>> Cc: jarkko.lavinen@xxxxxxxxx; madhu.cr@xxxxxx >>> Subject: [PATCH] OMAP: Fix for bus width which improves SD card's >>> peformance. -- 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