From: Dan Carpenter Date: Fri, 18 Feb 2011 16:30:52 +0000 (-0800) Subject: Input: uinput - reversed test in uinput_setup_device() X-Git-Tag: v2.6.39-rc1~410^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163d27706bb91a648cc292151fc072e1e8cd4b4d;p=pandora-kernel.git Input: uinput - reversed test in uinput_setup_device() The test here is reversed. It should be if (IS_ERR()) instead of if (!IS_ERR()). Signed-off-by: Dan Carpenter Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed