linux-kernel-test/drivers/net/bnx2x
Eric Dumazet 0fdf4d0961 bnx2x: fix wrong return from bnx2x_trylock_hw_lock
bnx2x_trylock_hw_lock() returns a bool :

true if succeeded to acquire the lock.
false in case of error.

-EINVAL is not an acceptable value, since its promoted to true.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-26 22:03:53 -07:00
..
bnx2x_cmn.c bnx2x: Load firmware in open() instead of probe() 2010-08-16 21:06:18 -07:00
bnx2x_cmn.h bnx2x: Load firmware in open() instead of probe() 2010-08-16 21:06:18 -07:00
bnx2x_dump.h
bnx2x_ethtool.c
bnx2x_fw_defs.h
bnx2x_fw_file_hdr.h
bnx2x_hsi.h
bnx2x_init_ops.h
bnx2x_init.h
bnx2x_link.c drivers/net/bnx2x: Adjust confusing if indentation 2010-08-16 21:06:28 -07:00
bnx2x_link.h
bnx2x_main.c bnx2x: fix wrong return from bnx2x_trylock_hw_lock 2010-08-26 22:03:53 -07:00
bnx2x_reg.h
bnx2x_stats.c bnx2x: small fix in stats handling 2010-08-25 16:29:21 -07:00
bnx2x_stats.h
bnx2x.h bnx2x: Update bnx2x version to 1.52.53-4 2010-08-18 23:42:36 -07:00
Makefile