]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/bouncebuf.c
Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig
[people/ms/u-boot.git] / common / bouncebuf.c
index 9eece6d758bb6eede91da046a2db5774808c1dec..054d9e0302ccbd9bff1f17874b284c5234763da7 100644 (file)
@@ -23,7 +23,7 @@ static int addr_aligned(struct bounce_buffer *state)
 
        /* Check if length is aligned */
        if (state->len != state->len_aligned) {
-               debug("Unaligned buffer length %d\n", state->len);
+               debug("Unaligned buffer length %zu\n", state->len);
                return 0;
        }