summaryrefslogtreecommitdiff
path: root/sound/soc/bcm/cygnus-pcm.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2022-08-17 15:49:24 +0300
committerTakashi Iwai <tiwai@suse.de>2022-08-17 16:13:30 +0300
commit9be080edcca330be4af06b19916c35227891e8bc (patch)
tree9c8bedf219f8731067fd00ff458d396d35ad56b1 /sound/soc/bcm/cygnus-pcm.c
parent1ff954f9ab054675b9eb02dd14add8f7aa376d71 (diff)
downloadlinux-9be080edcca330be4af06b19916c35227891e8bc.tar.xz
ALSA: info: Fix llseek return value when using callback
When using callback there was a flow of ret = -EINVAL if (callback) { offset = callback(); goto out; } ... offset = some other value in case of no callback; ret = offset; out: return ret; which causes the snd_info_entry_llseek() to return -EINVAL when there is callback handler. Fix this by setting "ret" directly to callback return value before jumping to "out". Fixes: 73029e0ff18d ("ALSA: info - Implement common llseek for binary mode") Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220817124924.3974577-1-amadeuszx.slawinski@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/bcm/cygnus-pcm.c')
0 files changed, 0 insertions, 0 deletions