Searched refs:buf_magic (Results 1 – 1 of 1) sorted by relevance
27 u32 buf_magic; in ntpfw_verify() local34 buf_magic = be32_to_cpu(header->magic); in ntpfw_verify()35 if (buf_magic != magic) { in ntpfw_verify()36 dev_err(dev, "Failed to load firmware: invalid magic 0x%x:\n", buf_magic); in ntpfw_verify()
Completed in 6 milliseconds