On Mon, 2013-10-07 at 17:09 -0700, djduanjiong@xxxxxxxxx wrote: > if (IS_ERR(key)) > - return ERR_PTR(PTR_ERR(key)); > + return ERR_CAST(key); I already have this patch in my tree. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html