net/rds: Remove unnecessary variable
Signed-off-by: Håkon Bugge <haakon.bugge@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
bfd4271169
Коммит
fa52531eb4
|
@ -1023,7 +1023,6 @@ int rds_ib_recv_path(struct rds_conn_path *cp)
|
|||
{
|
||||
struct rds_connection *conn = cp->cp_conn;
|
||||
struct rds_ib_connection *ic = conn->c_transport_data;
|
||||
int ret = 0;
|
||||
|
||||
rdsdebug("conn %p\n", conn);
|
||||
if (rds_conn_up(conn)) {
|
||||
|
@ -1032,7 +1031,7 @@ int rds_ib_recv_path(struct rds_conn_path *cp)
|
|||
rds_ib_stats_inc(s_ib_rx_refill_from_thread);
|
||||
}
|
||||
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int rds_ib_recv_init(void)
|
||||
|
|
Загрузка…
Ссылка в новой задаче