Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=48dc30a148b837bcfff0902011633a94789a64fa
Commit:     48dc30a148b837bcfff0902011633a94789a64fa
Parent:     bb648a0d22908116b4ef168935a160d7f17c4e6d
Author:     Mike Isely <[EMAIL PROTECTED]>
AuthorDate: Sat Mar 3 10:13:05 2007 -0200
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Sat Mar 3 10:14:34 2007 -0200

    V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu 
instead of %u)
    
    Signed-off-by Mike Isely <[EMAIL PROTECTED]>
    Signed-off-by Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/pvrusb2/pvrusb2-hdw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c 
b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 1cd4bb3..1ff5138 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -1268,7 +1268,7 @@ int pvr2_upload_firmware2(struct pvr2_hdw *hdw)
        if (fw_len % sizeof(u32)) {
                pvr2_trace(PVR2_TRACE_ERROR_LEGS,
                           "size of %s firmware"
-                          " must be a multiple of %u bytes",
+                          " must be a multiple of %zu bytes",
                           fw_files[fwidx],sizeof(u32));
                release_firmware(fw_entry);
                return -1;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to