mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
mctp: Remove redundant if statements
The 'if (dev)' statement already move into dev_{put , hold}, so remove
redundant if statements.
Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
98fa41d627
commit
d9e56d1839
|
|
@ -890,8 +890,7 @@ int mctp_local_output(struct sock *sk, struct mctp_route *rt,
|
|||
if (!ext_rt)
|
||||
mctp_route_release(rt);
|
||||
|
||||
if (dev)
|
||||
dev_put(dev);
|
||||
dev_put(dev);
|
||||
|
||||
return rc;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user