kernel-ark/drivers/net/mlx4
Roland Dreier b027cacdab mlx4_core: Fix infinite loop on device initialization
Commit 3d73c288 ("mlx4_core: Fix section mismatches") introduced a
stupid bug in device init: when some of mlx4_init_one() was split off
into __mlx4_init_one(), the call from the main mlx4_init_one()
function was back to mlx4_init_one() rather than to __mlx4_init_one(),
which leads to an obvious infinite loop if the function is every
called.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-10-13 14:10:50 -07:00
..
alloc.c
catas.c
cmd.c
cq.c
eq.c
fw.c
fw.h
icm.c
icm.h
intf.c
main.c
Makefile
mcg.c
mlx4.h
mr.c
pd.c
profile.c
qp.c
reset.c
srq.c