bna: remove useless pointer assignment
authorIvan Vecera <ivecera@redhat.com>
Thu, 11 Jun 2015 13:52:27 +0000 (15:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 22:57:17 +0000 (15:57 -0700)
commitb45da3fcd76b9e67b62ac13d4ef076fc5ff2cfce
treef2a2d2f587529cc5276316517392efe6cd38b3e8
parentd0e6a8064c4293a1e087b2fdd6c2b67cd8ba8f56
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>
drivers/net/ethernet/brocade/bna/bnad.c