kernel-hacking-2024-linux-s.../drivers/net/mlx4
Jack Morgenstein 0172e2e14c mlx4_core: Remove kfree() in mlx4_mr_alloc() error flow
mlx4_mr_alloc() doesn't actually allocate mr (it just initializes the
pointer that the caller passes in), so it shouldn't free it if an
error occurs.

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-07-28 08:30:45 -07:00
..
alloc.c
catas.c mlx4_core: Reset device when internal error is detected 2007-07-17 18:37:42 -07:00
cmd.c mlx4_core: Change command token on timeout 2007-07-20 21:19:43 -07:00
cq.c
eq.c mlx4_core: Reset device when internal error is detected 2007-07-17 18:37:42 -07:00
fw.c mlx4_core: Get the maximum message size from reported device capabilities 2007-07-09 20:12:26 -07:00
fw.h mlx4_core: Get the maximum message size from reported device capabilities 2007-07-09 20:12:26 -07:00
icm.c
icm.h
intf.c mlx4_core: Reset device when internal error is detected 2007-07-17 18:37:42 -07:00
main.c IB/mlx4: Increase max outstanding RDMA reads as target 2007-07-17 20:50:50 -07:00
Makefile
mcg.c
mlx4.h mlx4_core: Reset device when internal error is detected 2007-07-17 18:37:42 -07:00
mr.c mlx4_core: Remove kfree() in mlx4_mr_alloc() error flow 2007-07-28 08:30:45 -07:00
pd.c
profile.c
qp.c IB/mlx4: Implement query QP 2007-07-12 15:41:00 -07:00
reset.c
srq.c IB/mlx4: Implement query SRQ 2007-07-12 15:41:24 -07:00