linux_dsm_epyc7002/drivers/net/ethernet/qlogic
Dan Carpenter 389e4e04ad qlcnic: fix a timeout loop
The problem here is that at the end of the loop we test for if
idc->vnic_wait_limit is zero, but since idc->vnic_wait_limit-- is a
post-op, it actually ends up set to (u8)-1.  I have fixed this by
moving the decrement inside the loop.

Fixes: 486a5bc77a ('qlcnic: Add support for 83xx suspend and resume.')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-15 13:11:05 -05:00
..
netxen drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
qed qed: Correct slowpath interrupt scheme 2015-12-07 14:14:04 -05:00
qede qede: Add basic ethtool support 2015-10-27 19:34:54 -07:00
qlcnic qlcnic: fix a timeout loop 2015-12-15 13:11:05 -05:00
qlge qlge: fix a timeout loop in ql_change_rx_buffers() 2015-12-15 12:46:03 -05:00
Kconfig qed: select ZLIB_INFLATE 2015-11-10 15:39:03 -05:00
Makefile qede: Add basic Network driver 2015-10-27 19:34:47 -07:00
qla3xxx.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
qla3xxx.h