On Sunday 16 February 2003 18:31, Greg KH wrote:
> On Fri, Feb 07, 2003 at 09:00:46AM +0100, Duncan Sands wrote:
> > -#define CRC32(c,crc) (crc32tab[((size_t)(crc>>24) ^ (c)) & 0xff] ^
> > (((crc) << 8)))
>
> Is there any reason you can't use the crc code that's already in the
> kernel?
>
> > +unsigned long calc_crc (char *mem, int len, unsigned initial);
>
> I've accepted this patch, but could you please change this function
> name, as it polutes the global namespace.

Hi Greg, welcome back and thanks for applying the patches.  Using
the kernel crc code is on my list of things to do, I just haven't gotten
around to it yet.  I will either do it or change the name of calc_crc
tomorrow.

All the best,

Duncan.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to