Re: [PATCH] sound: core: Fix format string mismatch in seq_midi.c

2014-04-28 Thread Takashi Iwai
At Tue, 22 Apr 2014 20:42:05 +0900, Masanari Iida wrote: > > Fix format string mismatch in snd_seq_midisynth_register_port(). > Argument type of p is unsigned int. > > Signed-off-by: Masanari Iida Thanks, applied. Takashi > --- > sound/core/seq/seq_midi.c | 4 ++-- > 1 file changed, 2

Re: [PATCH] sound: core: Fix format string mismatch in seq_midi.c

2014-04-28 Thread Takashi Iwai
At Tue, 22 Apr 2014 20:42:05 +0900, Masanari Iida wrote: Fix format string mismatch in snd_seq_midisynth_register_port(). Argument type of p is unsigned int. Signed-off-by: Masanari Iida standby2...@gmail.com Thanks, applied. Takashi --- sound/core/seq/seq_midi.c | 4 ++-- 1 file

[PATCH] sound: core: Fix format string mismatch in seq_midi.c

2014-04-22 Thread Masanari Iida
Fix format string mismatch in snd_seq_midisynth_register_port(). Argument type of p is unsigned int. Signed-off-by: Masanari Iida --- sound/core/seq/seq_midi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/core/seq/seq_midi.c b/sound/core/seq/seq_midi.c index

[PATCH] sound: core: Fix format string mismatch in seq_midi.c

2014-04-22 Thread Masanari Iida
Fix format string mismatch in snd_seq_midisynth_register_port(). Argument type of p is unsigned int. Signed-off-by: Masanari Iida standby2...@gmail.com --- sound/core/seq/seq_midi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/core/seq/seq_midi.c