]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/nand/alauda.c
Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / mtd / nand / alauda.c
index ac38f73fde3b8d87caeb2fc1519e1febf150d324..4f20e1d8bef10b43546bd64d51933c0ed010093d 100644 (file)
@@ -591,6 +591,7 @@ static int alauda_init_media(struct alauda *al)
        mtd->_block_isbad = alauda_isbad;
        mtd->priv = al;
        mtd->owner = THIS_MODULE;
+       mtd->ecc_strength = 1;
 
        err = mtd_device_register(mtd, NULL, 0);
        if (err) {