projects
/
GitHub
/
moto-9609
/
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:
b6a4840
)
ALSA: asihpi - Use %zd for size_t argument in error message (again)
author
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Mar 2011 17:20:46 +0000
(18:20 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 20 Apr 2011 19:02:27 +0000
(21:02 +0200)
This was reverted mistakenly in the recent update patch.
Fixed again.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
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 53037342cd29f08f7f1b3c8c20d5ed781a5092f4..3b5562acb55ed02665cfd31ba0fb35028e109f1b 100644
(file)
--- a/
sound/pci/asihpi/hpi6205.c
+++ b/
sound/pci/asihpi/hpi6205.c
@@
-2089,7
+2089,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;
}