[openib-general] [PATCH v2 03/13] Provider Methods and Data Structures

Arjan van de Ven arjan at infradead.org
Sun Dec 3 04:07:18 PST 2006


On Sat, 2006-12-02 at 16:49 -0600, Steve Wise wrote:

> +
> +static struct ib_ah *iwch_ah_create(struct ib_pd *pd,
> +				    struct ib_ah_attr *ah_attr)
> +{
> +	return ERR_PTR(-ENOSYS);
> +}


-ENOSYS is just about ALWAYS a bug in that it's guaranteed to be the
wrong error code ;)






More information about the general mailing list