kernel-fxtec-pro1x/drivers/infiniband/hw/nes
Roel Kluin 28e43a519b RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()
With a postfix increment, i is incremented one past 10K/5K before the
loop ends, so the error messages will be displayed too soon if the
test succeeds on the last iteration.  Fix the comparisons to be >
instead of >=.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-05-15 10:16:45 -07:00
..
Kconfig
Makefile
nes.c
nes.h
nes_cm.c
nes_cm.h
nes_context.h
nes_hw.c
nes_hw.h
nes_nic.c
nes_user.h
nes_utils.c
nes_verbs.c
nes_verbs.h