[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1381162599.9005.3.camel@jlt4.sipsolutions.net>
Date: Mon, 07 Oct 2013 18:16:39 +0200
From: Johannes Berg <johannes@...solutions.net>
To: djduanjiong@...il.com
Cc: "John W. Linville" <linville@...driver.com>,
"David S. Miller" <davem@...emloft.net>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
Duan Jiong <duanj.fnst@...fujitsu.com>
Subject: Re: [PATCH] mac80211: Use ERR_CAST inlined function instead of
ERR_PTR(PTR_ERR(...))
On Mon, 2013-10-07 at 17:09 -0700, djduanjiong@...il.com 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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists