OSDN Git Service

afs: Remove erroneous fallthough annotation
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 26 Aug 2020 11:32:14 +0000 (14:32 +0300)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 27 Aug 2020 19:33:01 +0000 (14:33 -0500)
commit210e799ed275488bcae16f1acd3d259043ec6c68
treebc3045b73936f490a4db42fa177e6417739d4c45
parentb19a8b3d36697d8cf8f9a305d85a313d931fef71
afs: Remove erroneous fallthough annotation

The fall through annotation comes after a return statement so it's not
reachable.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
fs/afs/flock.c