summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-09-02 12:40:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-03 10:36:07 +0300
commitbe22bc7ceb5f4a713924c2ccaa9db1c27992b739 (patch)
treeb02674d0612b64f1e379e2ae93eceba1f5825bd7 /sound
parent076a8e2f769e870cc8eedda746fdc8a9aa0c11f9 (diff)
downloadlinux-be22bc7ceb5f4a713924c2ccaa9db1c27992b739.tar.xz
staging: exfat: remove return and error return via a goto
The return statement is incorrect, the error exit should be by assigning ret with the error code and exiting via label out. Thanks to Valdis Klētnieks for correcting my original fix. Addresses-Coverity: ("Structurally dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20190902094052.28029-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions