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:17 +01:00
2005-10-29 19:32:23 +01:00
2005-10-29 19:32:43 +01:00
2005-10-29 19:32:10 +01:00
2005-10-29 19:32:39 +01:00
2005-04-16 15:20:36 -07:00
2005-11-09 07:56:00 -08:00
2005-04-16 15:20:36 -07:00
2005-10-29 19:30:50 +01:00
2005-10-29 19:32:09 +01:00
2005-09-05 00:06:07 -07:00
2005-10-29 19:32:46 +01:00
2005-11-07 07:53:42 -08:00
2005-10-29 19:31:17 +01:00
2005-11-07 18:05:33 +00:00
2005-10-29 19:31:46 +01:00
2005-10-29 19:32:10 +01:00
2005-10-29 19:31:06 +01:00
2005-10-29 19:30:50 +01:00
2005-10-30 17:37:25 -08:00
2005-12-01 11:05:14 +00:00
2005-10-29 19:30:50 +01:00