numerrs           646 drivers/mtd/devices/docg3.c 	int errorpos[DOC_ECC_BCH_T], i, numerrs;
numerrs           650 drivers/mtd/devices/docg3.c 	numerrs = decode_bch(docg3->cascade->bch, NULL,
numerrs           653 drivers/mtd/devices/docg3.c 	BUG_ON(numerrs == -EINVAL);
numerrs           654 drivers/mtd/devices/docg3.c 	if (numerrs < 0)
numerrs           657 drivers/mtd/devices/docg3.c 	for (i = 0; i < numerrs; i++)
numerrs           659 drivers/mtd/devices/docg3.c 	for (i = 0; i < numerrs; i++)
numerrs           664 drivers/mtd/devices/docg3.c 	doc_dbg("doc_ecc_bch_fix_data: flipped %d bits\n", numerrs);
numerrs           665 drivers/mtd/devices/docg3.c 	return numerrs;