mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
RDMA/cxgb4: Remove unneeded assignment
We don't need to assign rpl here, we do that later on. Signed-off-by: Dan 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: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
589643be66
commit
c1d7356c85
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue