]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/crc32.c
* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
[karo-tx-uboot.git] / lib_generic / crc32.c
index ce18fc2252a71c7aeb5e2cd5208f5669cd96a18c..50ca4ffd380da094ff64810c4406945f9f1581e6 100644 (file)
@@ -178,7 +178,6 @@ uLong ZEXPORT crc32(crc, buf, len)
  */
 uLong ZEXPORT crc32_no_comp(uLong crc, const Bytef *buf, uInt len)
 {
-    if (buf == Z_NULL) return 0L;
 #ifdef DYNAMIC_CRC_TABLE
     if (crc_table_empty)
       make_crc_table();