]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: rme96: Return error code in PCM copy ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 15:04:37 +0000 (16:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 15:04:37 +0000 (16:04 +0100)
commit49105ce78a4c0becc397d2d5aa25db97c31450f2
treecd10db38b6e02dd7afb7c7eb0da8c11d65ecdcb6
parentf346fcbec01d5a3f764be926010138b38ec7d22e
ALSA: rme96: Return error code in PCM copy ops

Just pass the error code returned from copy_from_user_toio() and
copy_to_user_fromio() helpers.

Spotted by coverity CID 114119.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme96.c