projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e82e5f
)
ALSA: asihpi - Use %zd for size_t argument in error message
author
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Mar 2011 17:20:46 +0000
(18:20 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Mar 2011 17:20:46 +0000
(18:20 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpi6205.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/asihpi/hpi6205.c
b/sound/pci/asihpi/hpi6205.c
index 33136cb0d2512d524705828ffcd39414bd919ad5..620525bdac599f62b6a50204eef8d3771fd01613 100644
(file)
--- a/
sound/pci/asihpi/hpi6205.c
+++ b/
sound/pci/asihpi/hpi6205.c
@@
-2088,7
+2088,7
@@
static u16 message_response_sequence(struct hpi_adapter_obj *pao,
phr->specific_error = sizeof(interface->u);
phr->size = sizeof(struct hpi_response_header);
HPI_DEBUG_LOG(ERROR,
- "message len %d too big for buffer %
l
d \n", phm->size,
+ "message len %d too big for buffer %
z
d \n", phm->size,
sizeof(interface->u));
return 0;
}