Skip to content

Conversation

@dimtass
Copy link

@dimtass dimtass commented Dec 9, 2017

The static int sleep is set as 0 and then it's used in wait_event_interruptible function as a condition sleep != 0. This check will never be true as the sleep is always 0. Therefore, it needs to be !=0, so needs to be incremented in work_handler.

@baleboy
Copy link

baleboy commented Jul 5, 2019

Fixes #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants