]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bouncebuf.c
am33xx: Update DT files, add am335x_gp_evm_config target
[karo-tx-uboot.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;
        }