commit | b5570ca7c475bffbc5fc2e9af994dc6d249eb13e | [log] [tgz] |
---|---|---|
author | Zhaolong Zhang <zhangzl2013@126.com> | Fri Nov 16 18:21:51 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 27 11:19:10 2018 +0100 |
tree | 789278e2d7ff374f34261e140d9ef54a2042777d | |
parent | 3b1ad360acad6052c2568f891bb3d0f3f057016f [diff] |
uio: dismiss waiters on device unregistration When the device is unregistered, it should wake up the blocking waiters. Otherwise, they will sleep forever. Signed-off-by: Zhaolong Zhang <zhangzl2013@126.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>