Alexey Dobriyan 682e852e26 [PATCH] Fix more "if ((err = foo() < 0))" typos
Another reason to use:

	ret = foo();
	if (ret < 0)
		goto out;

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-09 13:02:51 -08:00
..
2005-10-29 19:31:39 +01:00
2005-11-07 18:05:37 +00:00
2005-10-29 19:30:42 +01:00
2005-12-12 08:57:43 -08:00
2005-04-16 15:20:36 -07:00