commit | b45da3fcd76b9e67b62ac13d4ef076fc5ff2cfce | [log] [tgz] |
---|---|---|
author | Ivan Vecera <ivecera@redhat.com> | Thu Jun 11 15:52:27 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 11 15:57:17 2015 -0700 |
tree | f2a2d2f587529cc5276316517392efe6cd38b3e8 | |
parent | d0e6a8064c4293a1e087b2fdd6c2b67cd8ba8f56 [diff] |
bna: remove useless pointer assignment Pointer cmpl used to iterate through completion entries is updated at the beginning of while loop as well as at the end. The update at the end of the loop is useless. Signed-off-by: Ivan Vecera <ivecera@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>