mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
9P: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7ceaa583be
commit
d8282ea05a
@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
if (IS_ERR(req))
|
||||
|
Loading…
Reference in New Issue
Block a user