mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00: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
1 changed files with 1 additions and 2 deletions
|
@ -890,8 +890,7 @@ out_release:
|
|||
if (!ext_rt)
|
||||
mctp_route_release(rt);
|
||||
|
||||
if (dev)
|
||||
dev_put(dev);
|
||||
dev_put(dev);
|
||||
|
||||
return rc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue