diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/select.c b/fs/select.c index 5633fe98078..00f58c5c7e0 100644 --- a/fs/select.c +++ b/fs/select.c | |||
| @@ -260,7 +260,7 @@ int do_select(int n, fd_set_bits *fds, s64 *timeout) | |||
| 260 | wait = NULL; | 260 | wait = NULL; |
| 261 | if (retval || !*timeout || signal_pending(current)) | 261 | if (retval || !*timeout || signal_pending(current)) |
| 262 | break; | 262 | break; |
| 263 | if(table.error) { | 263 | if (table.error) { |
| 264 | retval = table.error; | 264 | retval = table.error; |
| 265 | break; | 265 | break; |
| 266 | } | 266 | } |
