On Monday 06 November 2006 22:26, Hoang-Nam Ngyuen wrote:
> - rblock = kzalloc(H_CB_ALIGNMENT, GFP_KERNEL);
> + rblock = (struct hipz_query_hca*)ehca_alloc_fw_ctrlblock();
>
> - rblock = kzalloc(H_CB_ALIGNMENT, GFP_KERNEL);
> + rblock = (struct hipz_query_port*)ehca_alloc_fw_ctrlblock();
The point Heiko made in his comment is that with ehca_alloc_fw_ctrlblock
returning a void*, you can (and _should_) remove the casts to other
pointer types.
Arnd <><
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general