Re: [PATCH] au1000_eth.c: use ether_crc() from <linux/crc32.h>
From: Ralf Baechle <hidden>
Date: 2006-05-02 20:34:39
Also in:
linux-mips
From: Ralf Baechle <hidden>
Date: 2006-05-02 20:34:39
Also in:
linux-mips
On Mon, May 01, 2006 at 01:46:42PM +0000, Herbert Valerio Riedel wrote:
since the au1000 driver already selects the CRC32 routines, simply replace the internal ether_crc() implementation with the semantically equivalent one from <linux/crc32.h> Signed-off-by: Herbert Valerio Riedel <redacted>
Looks good to me. Acked-by: Ralf Baechle <redacted> Ralf