mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
IB/rxe: Remove unneeded initialization in prepare6()
Fixes: 4ed6ad1eb3
("IB/rxe: Cache dst in QP instead of getting it...")
Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
825a51a4af
commit
2418adaed1
@ -393,7 +393,7 @@ static int prepare6(struct rxe_dev *rxe, struct rxe_pkt_info *pkt,
|
||||
struct sk_buff *skb, struct rxe_av *av)
|
||||
{
|
||||
struct rxe_qp *qp = pkt->qp;
|
||||
struct dst_entry *dst = NULL;
|
||||
struct dst_entry *dst;
|
||||
struct in6_addr *saddr = &av->sgid_addr._sockaddr_in6.sin6_addr;
|
||||
struct in6_addr *daddr = &av->dgid_addr._sockaddr_in6.sin6_addr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user