projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb648a0
)
V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu instead...
author
Mike Isely
<isely@pobox.com>
Sat, 3 Mar 2007 12:13:05 +0000
(10:13 -0200)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sat, 3 Mar 2007 12:14:34 +0000
(10:14 -0200)
Signed-off-by Mike Isely <isely@pobox.com>
Signed-off-by Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-hdw.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 1cd4bb3ae260d19248fb2f8a700bf0d51d38b3e0..1ff5138e4bb6c9ffe884d7dd43a7409af89a8bf3 100644
(file)
--- 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 %
z
u bytes",
fw_files[fwidx],sizeof(u32));
release_firmware(fw_entry);
return -1;