1
0
Fork 0

9P: remove unnecessary break after return

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Fabian Frederick 2014-07-14 18:30:53 +02:00 committed by David S. Miller
parent 7ceaa583be
commit d8282ea05a
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ static int p9_client_version(struct p9_client *c)
break;
default:
return -EINVAL;
break;
}
if (IS_ERR(req))