commit | c76c7ca31f16c9556cad527bfa3504b0aafb3045 | [log] [tgz] |
---|---|---|
author | Tim Bird <tim.bird@am.sony.com> | Tue Feb 07 18:30:09 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 16:52:44 2012 -0800 |
tree | d384a290b028b84a82ee458ab8521788913eedb9 | |
parent | 3bcfa431334d99fa8bff96c4e7c2108f0b26242e [diff] |
staging: android: logger: reorder prepare_to_wait and mutex_lock If mutex_lock waits, it will return in state TASK_RUNNING, rubbing out the effect of prepare_to_wait(). Signed-off-by: Tim Bird <tim.bird@am.sony.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>