Re: [PATCH 01/16] ehca: module infrastructure

From: Randy.Dunlap
Date: Mon May 15 2006 - 17:11:36 EST


On Mon, 15 May 2006 19:41:13 +0200 Heiko J Schick wrote:

> Signed-off-by: Heiko J Schick <schickhj@xxxxxxxxxx>
>
>
> drivers/infiniband/hw/ehca/ehca_main.c | 966 +++++++++++++++++++++++++++++++++
> 1 file changed, 966 insertions(+)
>
>
>
> --- linux-2.6.17-rc2-orig/drivers/infiniband/hw/ehca/ehca_main.c 1970-01-01 01:00:00.000000000 +0100
> +++ linux-2.6.17-rc2/drivers/infiniband/hw/ehca/ehca_main.c 2006-05-15 19:17:26.000000000 +0200

> @@ -0,0 +1,966 @@

> +int ehca_open_aqp1 = 0;
> +int ehca_debug_level = -1;
> +int ehca_hw_level = 0;
> +int ehca_nr_ports = 2;
> +int ehca_use_hp_mr = 0;
> +int ehca_port_act_time = 30;
> +int ehca_poll_all_eqs = 1;
> +int ehca_static_rate = -1;

Don't need to init globals to 0.

---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/