commit | c78d1ecfd7e639f21c7a809f4df6de1a644a91f0 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Mon May 19 13:52:20 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 16:03:58 2014 -0700 |
tree | e97d8999e4a7dc159f26153fc56fc76d746dc874 | |
parent | 552e1f2679b7b766b8b8de3dc6d83d9cd28f28b2 [diff] |
USB: yurex: fix race between probe() and read() There's a window during which read() would return 0 instead of a correct error for no data yet. Reorder initialization to fix the race. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>