aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorFounder Fang <[email protected]>2012-11-21 15:20:31 +0800
committerJiri Kosina <[email protected]>2012-11-26 14:18:15 +0100
commit7611e8d26d8dd0e5e132b46e905cb579daf9da1e (patch)
tree5cf31a59a211195fd15d9f6089b79fd64a1bebcf /lib/cpu-notifier-error-inject.c
parent1a1e8c6fada5f6dc48aa5dad453c9d9ebfdc8218 (diff)
HID: hidraw: fix nonblock read return EAGAIN after device removed
When nonblock read the condition check (file->f_flags & O_NONBLOCK) always be true, signal_pending and device exist checking never get a chance to run, so the user mode code always get EAGAIN even if device removed. move nonblock mode checking to the last can fix this problem. Signed-off-by: Founder Fang <[email protected]> Reviewed-by: Dmitry Torokhov <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions