1
0
Fork 0
alistair23-linux/sound/isa
William Breathitt Gray dc5027a723 ALSA: sscape: Use correct format identifier for size_t
The 'size' member of a struct firmware is passed to snd_printk with a
respective format string using the %d identifier. The 'size' member is
of type size_t, but format identifier %d indicates a signed int data
type. This patch replaces the %d format identifier with the correct %zu
format identifier for size_t data types.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-04-11 16:06:17 +02:00
..
ad1816a ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
ad1848 ALSA: wss: Remove (almost) always NULL parameters 2015-01-02 16:30:08 +01:00
cs423x ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
es1688 ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
galaxy ALSA: wss: Remove (almost) always NULL parameters 2015-01-02 16:30:08 +01:00
gus ALSA: gus: use swap() in snd_ics_put_double() 2015-06-12 20:46:29 +02:00
msnd ALSA: msnd: add some missing curly braces 2015-03-05 13:02:10 +01:00
opti9xx ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
sb ALSA: seq: Define driver object in each driver 2015-02-12 14:15:54 +01:00
wavefront sound: Deparenthesize negative error returns 2015-03-24 11:41:37 +01:00
wss ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
Kconfig ALSA: Add missing dependency on CONFIG_SND_TIMER 2016-01-27 07:10:38 +01:00
Makefile ALSA: introduce snd-cmi8328: C-Media CMI8328 driver 2012-08-21 07:30:46 +02:00
adlib.c ALSA: isa: Convert to snd_card_new() with a device pointer 2014-02-12 10:58:21 +01:00
als100.c ASoC: sb16: Simplify snd_sb16dsp_pcm() 2015-01-02 16:28:35 +01:00
azt2320.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
cmi8328.c ALSA: wss: Remove (almost) always NULL parameters 2015-01-02 16:30:08 +01:00
cmi8330.c ALSA: isa: Convert to snd_card_new() with a device pointer 2014-02-12 10:58:21 +01:00
es18xx.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
opl3sa2.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
sc6000.c ALSA: wss: Remove (almost) always NULL parameters 2015-01-02 16:30:08 +01:00
sscape.c ALSA: sscape: Use correct format identifier for size_t 2016-04-11 16:06:17 +02:00