]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/host/atmel-mci.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / mmc / host / atmel-mci.c
index e94e92001e7c08f7c02f5d031bce1d0a15120fbb..cf6a100bb38ff99a4fb56588ab3eb9b84ee7cf87 100644 (file)
@@ -812,7 +812,7 @@ static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
                slot->sdc_reg |= MCI_SDCBUS_1BIT;
                break;
        case MMC_BUS_WIDTH_4:
-               slot->sdc_reg = MCI_SDCBUS_4BIT;
+               slot->sdc_reg |= MCI_SDCBUS_4BIT;
                break;
        }