Roland Dreier wrote:
> @@ -1502,7 +1506,7 @@ int mthca_tavor_post_send(struct ib_qp *
>       int i;
>       int size;
>       int size0 = 0;
> -     u32 f0 = 0;
> +     u32 f0;

This causes compile warnings for me that 'f0' might be used uninitialized.

> @@ -1843,7 +1849,7 @@ int mthca_arbel_post_send(struct ib_qp *
>       int i;
>       int size;
>       int size0 = 0;
> -     u32 f0 = 0;
> +     u32 f0;

Same here.

- Sean

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to