mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-30 02:54:35 +00:00
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>
This commit is contained in:
parent
b19a8b3d36
commit
210e799ed2
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ again:
|
|||
spin_unlock(&vnode->lock);
|
||||
return;
|
||||
|
||||
fallthrough;
|
||||
default:
|
||||
/* Looks like a lock request was withdrawn. */
|
||||
spin_unlock(&vnode->lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue