From ab0c73287db98f27e89e168fbb31ee5f38ece3ba Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 26 Mar 2008 16:08:45 -0400 Subject: [PATCH] --- yaml --- r: 91773 b: refs/heads/master c: ec2f362a9126237e79a21d5c3cd225f5a07f8e89 h: refs/heads/master i: 91771: 3740f67fe827e11835e893da1ef45e5806e935f8 v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/omap.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c4ae03086bf8..9dd2de486ad1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ec21b1ccf554593d25fba0f411c03e1d6fd88c5 +refs/heads/master: ec2f362a9126237e79a21d5c3cd225f5a07f8e89 diff --git a/trunk/drivers/mmc/host/omap.c b/trunk/drivers/mmc/host/omap.c index da70467915d6..472e977b7404 100644 --- a/trunk/drivers/mmc/host/omap.c +++ b/trunk/drivers/mmc/host/omap.c @@ -931,7 +931,6 @@ static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) if (dsor > 250) dsor = 250; - dsor++; if (ios->bus_width == MMC_BUS_WIDTH_4) dsor |= 1 << 15;