commit | 981313b12d7eb26306bc3a37106f51045f1477e8 | [log] [tgz] |
---|---|---|
author | Dixon Peterson <dixonp@codeaurora.org> | Mon Jul 01 13:44:48 2013 -0700 |
committer | Dixon Peterson <dixonp@codeaurora.org> | Mon Jul 01 13:52:37 2013 -0700 |
tree | fb0ba2bf636f31d039a8c5163a6b5ce6fd0595cc | |
parent | 272bc3439f487dcb2a0c0d85fe3b5508b303d103 [diff] |
diag: Add wake_up when HSIC driver is finished writing When the HSIC driver calls the write complete callback function in the diag kernel driver, diag does not make a wake_up_interuptible call. There is a chance that the thread in the corresponding wait_event_interuptible may not be woken up. Make changes to ensure that the thread that may be waiting is woken up. Change-Id: I52032913291aec5c775cc2ff7ca69fe78481ea7a Signed-off-by: Dixon Peterson <dixonp@codeaurora.org>