Hi Peter,

On Wed, 20 Feb 2013 09:37:01 -0500 Peter Jones <pjo...@redhat.com> wrote:
>
> +     /* Check the GUID Partition Table header size is too small */
> +     if (le32_to_cpu((*gpt)->header_size) < sizeof(gpt_header)) {
> +             pr_debug("GUID Partition Table Header size is too small: %u < 
> %lu\n",
> +                     le32_to_cpu((*gpt)->header_size),
> +                     (unsigned long)sizeof(gpt_header));

Don't do this.  We have %zu to print size_t variables ...

-- 
Cheers,
Stephen Rothwell                    s...@canb.auug.org.au

Attachment: pgp7P5Z8tt8RC.pgp
Description: PGP signature

Reply via email to