Commit 210e799e authored by Dan Carpenter's avatar Dan Carpenter Committed by Gustavo A. R. Silva

afs: Remove erroneous fallthough annotation

The fall through annotation comes after a return statement so it's not
reachable.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGustavo A. R. Silva <gustavoars@kernel.org>
parent b19a8b3d
......@@ -376,7 +376,6 @@ void afs_lock_work(struct work_struct *work)
spin_unlock(&vnode->lock);
return;
fallthrough;
default:
/* Looks like a lock request was withdrawn. */
spin_unlock(&vnode->lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment