commit | c1d7356c8572f3fe0445336d8e75914bdcadad59 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon May 31 14:00:53 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jul 19 13:09:40 2010 -0700 |
tree | 245a663df0966bfd28596bea1e9dd2bc38933ae6 | |
parent | 589643be6693c46fbc54bae77745f336c8ed4bcc [diff] |
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>