summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-04-11 09:25:52 -0400
committerTakashi Iwai <tiwai@suse.de>2016-04-11 16:06:17 +0200
commitdc5027a72369f4979a48d628ddebeeb974b7eb37 (patch)
tree3f9eea569721d249fdbc95d7cf48e4c7fd11289d /sound/pci/hda/patch_realtek.c
parentb4203ff5464da00b7812e7b480192745b0d66bbf (diff)
downloadlinux-stable-dc5027a72369f4979a48d628ddebeeb974b7eb37.tar.gz
linux-stable-dc5027a72369f4979a48d628ddebeeb974b7eb37.tar.bz2
linux-stable-dc5027a72369f4979a48d628ddebeeb974b7eb37.zip
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>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
0 files changed, 0 insertions, 0 deletions