mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
Gustavo A. R. Silva
parent
b19a8b3d36
commit
210e799ed2
@@ -376,7 +376,6 @@ again:
|
|||||||
spin_unlock(&vnode->lock);
|
spin_unlock(&vnode->lock);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fallthrough;
|
|
||||||
default:
|
default:
|
||||||
/* Looks like a lock request was withdrawn. */
|
/* Looks like a lock request was withdrawn. */
|
||||||
spin_unlock(&vnode->lock);
|
spin_unlock(&vnode->lock);
|
||||||
|
Reference in New Issue
Block a user