commit | c3b6571384024be31e8b3442c0e7c3b127110d9b | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Oct 03 01:13:52 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 03 08:03:41 2006 -0700 |
tree | 24281e244579d97eb944d7b48e0036f27db4fe3c | |
parent | e1ca66d1b990b23e7753c729332c0ada61f4f38d [diff] |
[PATCH] fs/eventpoll: error handling micro-cleanup While reviewing the 'may be used uninitialized' bogus gcc warnings, I noticed that an error code assignment was only needed if an error had actually occured. Signed-off-by: Jeff Garzik <jeff@garzik.org> Cc: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>