>> + Â Â if (err == 1) >> + Â Â Â Â Â Â memcpy(calculate_ecc, redundant_ecc, 3); >> + >> + Â Â if (err == 0 || err == 2) >> + Â Â Â Â Â Â return 0; >> + >> + Â Â return -1; >> Â} > > That's wrong. Before your change when correct_data returned 1 this function > returned 0. Now it returns -1. > > Marcin > > Yes, I'm preparing a new patchset that also corrects that. Thanks -- Best regards, ----------------------------------------- Javier MartÃnez Canillas (+34) 682 39 81 69 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html