projects
/
linux.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
|
history
diff --git
a/sound/pci/asihpi/hpi6205.c
b/sound/pci/asihpi/hpi6205.c
index
33136cb
..
620525b
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;
}