Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1d7356c authored by Dan Carpenter's avatar Dan Carpenter Committed by Roland Dreier
Browse files

RDMA/cxgb4: Remove unneeded assignment



We don't need to assign rpl here, we do that later on.

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>

[ Indeed this assignment makes no sense, since skb is set to NULL a
  couple of lines before.  - Roland ]

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 589643be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2244,7 +2244,7 @@ static void process_work(struct work_struct *work)
{
	struct sk_buff *skb = NULL;
	struct c4iw_dev *dev;
	struct cpl_act_establish *rpl = cplhdr(skb);
	struct cpl_act_establish *rpl;
	unsigned int opcode;
	int ret;