From: Alexey Dobriyan Date: Mon, 9 Jan 2006 21:09:16 +0000 (+0300) Subject: [PATCH] Fix more "if ((err = foo() < 0))" typos X-Git-Tag: v2.6.16-rc1~664 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682e852e2638ed0aff84aa51181c9e5d2f939562;p=pandora-kernel.git [PATCH] Fix more "if ((err = foo() < 0))" typos Another reason to use: ret = foo(); if (ret < 0) goto out; Signed-off-by: Alexey Dobriyan Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed