diff options
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.c')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.c b/drivers/scsi/cxgbi/libcxgbi.c index d2ad3d676724..fabca75ac2f2 100644 --- a/drivers/scsi/cxgbi/libcxgbi.c +++ b/drivers/scsi/cxgbi/libcxgbi.c | |||
@@ -470,7 +470,7 @@ static struct rtable *find_route_ipv4(__be32 saddr, __be32 daddr, | |||
470 | } | 470 | } |
471 | }; | 471 | }; |
472 | 472 | ||
473 | if (ip_route_output_flow(&init_net, &rt, &fl, NULL, 0)) | 473 | if (ip_route_output_flow(&init_net, &rt, &fl, NULL, false)) |
474 | return NULL; | 474 | return NULL; |
475 | 475 | ||
476 | return rt; | 476 | return rt; |