mlx4_core: Use enum value GO_BIT_TIMEOUT_MSECS
authorDotan Barak <dotanb@dev.mellanox.co.il>
Tue, 7 Aug 2007 08:18:52 +0000 (11:18 +0300)
committerRoland Dreier <rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:04 +0000 (19:59 -0700)
commit36ce10d3e849c2f9efa3fd647058de398ee276eb
treed9db9ddf322e00f6e106e5a9b92944e9be6dd978
parent65d470b3ea52ee1402499d6fcb4632296452e5b1
mlx4_core: Use enum value GO_BIT_TIMEOUT_MSECS

Rename GO_BIT_TIMEOUT to GO_BIT_TIMEOUT_MSECS for clarity, and
actually use it as the go bit timeout (instead of having the define
but then ignoring it and using a hard-coded 10 * HZ for the actual
timeout).

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/cmd.c