From: Alexander Aring Date: Mon, 6 Oct 2014 09:00:52 +0000 (+0200) Subject: ieee802154: 6lowpan: fix sign of errno return val X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0bffc7ddc1383d20efa5c1a36b81e2df48cf65c;p=pandora-kernel.git ieee802154: 6lowpan: fix sign of errno return val This patch fix ERR_PTR(-rc) to ERR_PTR(rc). The variable rc is already a negative errno value. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed