forked from Minki/linux
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