ALSA: firewire-digi00x: Drop bogus const type qualifier on dot_scrt()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 7 Feb 2016 14:14:15 +0000 (15:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Feb 2016 11:16:52 +0000 (12:16 +0100)
commitb8cb3750ce94d7610934465263850dcf40736bca
tree855a44ce077c983c2bbad56cf539acbad0bf524d
parent2ebab40eb74a0225d5dfba72bfae317dd948fa2d
ALSA: firewire-digi00x: Drop bogus const type qualifier on dot_scrt()

sound/firewire/digi00x/amdtp-dot.c:67: warning: type qualifiers ignored on function return type

Drop the bogus "const" type qualifier on the return type of dot_scrt()
to fix this.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/digi00x/amdtp-dot.c