]> git.baikalelectronics.ru Git - kernel.git/commit
bna: remove unreasonable iocpf timer start
authorIvan Vecera <ivecera@redhat.com>
Thu, 28 May 2015 21:10:07 +0000 (23:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2015 06:46:39 +0000 (23:46 -0700)
commitbb3936acaeec81cd447ffb7ad4fdb06180b5553b
treef053ca7677b905ef29530fd3222da67b269b41f9
parent1cf4f45979a711b2de0b2b4a72e94e9dd04bd321
bna: remove unreasonable iocpf timer start

Driver starts iocpf timer prior bnad_ioceth_enable() call and this is
unreasonable. This piece of code probably originates from Brocade/Qlogic
out-of-box driver during initial import into upstream. This driver uses
only one timer and queue to implement multiple timers and this timer is
started at this place. The upstream driver uses multiple timers instead
of this.

Cc: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/brocade/bna/bnad.c