Home
last modified time | relevance | path

Searched hist:"682 e852e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dvpe.c682e852e Mon Jan 09 15:09:16 CST 2006 Alexey Dobriyan <adobriyan@gmail.com> [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>
682e852e Mon Jan 09 15:09:16 CST 2006 Alexey Dobriyan <adobriyan@gmail.com> [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>