RE: [patch v3 5/7] crc32: add-real-8-bit.diff

From: Bob Pearson
Date: Tue Aug 09 2011 - 17:07:23 EST


> >
> > -static uint32_t crc32table_le[4][LE_TABLE_SIZE];
> > -static uint32_t crc32table_be[4][BE_TABLE_SIZE];
> > +static uint32_t crc32table_le[8][256];
> > +static uint32_t crc32table_be[8][256];
>
> Above is wrong as only 32 bits is supported at this point.

fixed.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/