]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: sh: Fix compile warning wrt const
authorTakashi Iwai <tiwai@suse.de>
Sun, 5 Jan 2020 14:48:23 +0000 (15:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 5 Jan 2020 15:15:14 +0000 (16:15 +0100)
commit65add0a34d190b0e4d8ce66ec0f2856e82a0ec74
treef7cee24c276b2646b73f3f48b342647b95a2789e
parent6f40b27902647db142159583473d2e74d32225ce
ALSA: sh: Fix compile warning wrt const

A long-standing compile warning was seen during build test:
  sound/sh/aica.c: In function 'load_aica_firmware':
  sound/sh/aica.c:521:25: warning: passing argument 2 of 'spu_memload' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

Fixes: 2cc1f4cd531e ("[ALSA] Add ALSA support for the SEGA Dreamcast PCM device")
Link: https://lore.kernel.org/r/20200105144823.29547-69-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sh/aica.c