From: Kirill Korotaev Date: Mon, 9 Jan 2006 14:42:42 +0000 (+0300) Subject: [PATCH] netlink oops fix due to incorrect error code X-Git-Tag: v2.6.16-rc1~670 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14591de147f7c9656fa2b9c05680d2b46e286c40;p=pandora-kernel.git [PATCH] netlink oops fix due to incorrect error code Fixed oops after failed netlink socket creation. Wrong parathenses in if() statement caused err to be 1, instead of negative value. Trivial fix, not trivial to find though. Signed-Off-By: Dmitry Mishin Signed-Off-By: Kirill Korotaev Signed-Off-By: Linus Torvalds --- Reading git-diff-tree failed