commit | b2a232d21f301d600b02c6f9ccbc9f977331bb39 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Sun Aug 28 10:58:35 2016 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 02 14:11:39 2016 -0400 |
tree | 2285ebeeb682186d8ca35dd254f817d9783bede5 | |
parent | 24be409beede1a7cbe95b1740c4cdade3b6a8187 [diff] |
IB/mlx5: Simplify code by removing return variable Return variable was set in a line before the actual return was called in begin_wqe function. This patch removes such variable and simplifies the code. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>