commit | 2641dfd981e4a3eebf387f21cf10685af06e1641 | [log] [tgz] |
---|---|---|
author | Darren Jenkins <darrenrjenkins@gmail.com> | Tue Feb 28 16:59:20 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 28 20:53:44 2006 -0800 |
tree | 2ccabad4e6237d18866da9269c92425ee5fe258a | |
parent | d6713e046336ffa98060418c4d2c65243639e107 [diff] |
[PATCH] synclink_gt: make ->init_error signed Examples of misuse are 3112 info->init_error = -1; 4440 if ((info->init_error = register_test(info)) < 0) { Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>