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
1 changed files with 0 additions and 1 deletions
|
@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_ERR(req))
|
if (IS_ERR(req))
|
||||||
|
|
Loading…
Reference in a new issue