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)
commit2026d24ef2ea8caad5e87662a58075e930ccab63
treecd10db38b6e02dd7afb7c7eb0da8c11d65ecdcb6
parent329bbd9ba738b85675151b82260cd08bdd765de2
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