mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 09:56:18 +07: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