OSDN Git Service

staging: exfat: Collapse redundant return code translations
authorValdis Kletnieks <valdis.kletnieks@vt.edu>
Tue, 12 Nov 2019 02:09:56 +0000 (21:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 23:15:44 +0000 (00:15 +0100)
commitad03f80f7b7229f39623f6a11fe8cb07cab1c05e
treed02ff53658088dedd6ec391de07099722842f5ac
parent4b18672132332d3ec429ea9370d0b380dae730cd
staging: exfat: Collapse redundant return code translations

Now that we no longer use odd internal return codes, we can
heave the translation code over the side, and just pass the
error code back up the call chain.

Signed-off-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Link: https://lore.kernel.org/r/20191112021000.42091-9-Valdis.Kletnieks@vt.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat_super.c