qla3xxx: don't allow never end busy loop
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Tue, 6 Jan 2015 21:17:53 +0000 (23:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 22:41:36 +0000 (17:41 -0500)
commit2abad79afa700e837cb4feed170141292e0720c0
tree202c06a9703ff2fbd63b7304966b17593be8771a
parent627d2cc016b67bd94f476d30fc4b3a031bac6fa7
qla3xxx: don't allow never end busy loop

The counter variable wasn't increased at all which may stuck under
certain circumstances.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qla3xxx.c