tipc: 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
fe8c0f4ac2
commit
7ceaa583be
1 changed files with 0 additions and 1 deletions
|
@ -2028,7 +2028,6 @@ int tipc_ioctl(struct socket *sk, unsigned int cmd, unsigned long arg)
|
|||
return 0;
|
||||
}
|
||||
return -EADDRNOTAVAIL;
|
||||
break;
|
||||
default:
|
||||
return -ENOIOCTLCMD;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue