diff options
Diffstat (limited to 'ubi-utils/src/libscan.c')
-rw-r--r-- | ubi-utils/src/libscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/libscan.c b/ubi-utils/src/libscan.c index 85f3d7f..6c6990f 100644 --- a/ubi-utils/src/libscan.c +++ b/ubi-utils/src/libscan.c @@ -116,7 +116,7 @@ int ubi_scan(struct mtd_dev_info *mtd, int fd, struct ubi_scan_info **info, continue; } - crc = crc32(UBI_CRC32_INIT, &ech, UBI_EC_HDR_SIZE_CRC); + crc = mtd_crc32(UBI_CRC32_INIT, &ech, UBI_EC_HDR_SIZE_CRC); if (be32_to_cpu(ech.hdr_crc) != crc) { si->corrupted_cnt += 1; si->ec[eb] = EB_CORRUPTED; |