diff options
Diffstat (limited to 'drivers/scsi/cxgb3i/cxgb3i_offload.c')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_offload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_offload.c b/drivers/scsi/cxgb3i/cxgb3i_offload.c index a175be9c496f..3b6a06eebf7f 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_offload.c +++ b/drivers/scsi/cxgb3i/cxgb3i_offload.c | |||
@@ -1587,7 +1587,7 @@ cxgb3i_find_dev(struct net_device *dev, __be32 ipaddr) | |||
1587 | 1587 | ||
1588 | err = ip_route_output_key(dev ? dev_net(dev) : &init_net, &rt, &fl); | 1588 | err = ip_route_output_key(dev ? dev_net(dev) : &init_net, &rt, &fl); |
1589 | if (!err) | 1589 | if (!err) |
1590 | return (&rt->u.dst)->dev; | 1590 | return (&rt->dst)->dev; |
1591 | 1591 | ||
1592 | return NULL; | 1592 | return NULL; |
1593 | } | 1593 | } |
@@ -1649,7 +1649,7 @@ int cxgb3i_c3cn_connect(struct net_device *dev, struct s3_conn *c3cn, | |||
1649 | c3cn->saddr.sin_addr.s_addr = rt->rt_src; | 1649 | c3cn->saddr.sin_addr.s_addr = rt->rt_src; |
1650 | 1650 | ||
1651 | /* now commit destination to connection */ | 1651 | /* now commit destination to connection */ |
1652 | c3cn->dst_cache = &rt->u.dst; | 1652 | c3cn->dst_cache = &rt->dst; |
1653 | 1653 | ||
1654 | /* try to establish an offloaded connection */ | 1654 | /* try to establish an offloaded connection */ |
1655 | dev = cxgb3_egress_dev(c3cn->dst_cache->dev, c3cn, 0); | 1655 | dev = cxgb3_egress_dev(c3cn->dst_cache->dev, c3cn, 0); |