commit | e72c45dfc478b46ac3019ba1cece6b8c0116f110 | [log] [tgz] |
---|---|---|
author | Praveen Chidambaram <pchidamb@codeaurora.org> | Mon Mar 26 16:56:56 2012 -0600 |
committer | Praveen Chidambaram <pchidamb@codeaurora.org> | Tue Apr 03 15:02:47 2012 -0600 |
tree | e814e8353a0451dc14f3c3c7c3087bc5a9eb7a04 | |
parent | 636bbcec30a88eed634de5198b40174a34c450d8 [diff] |
msm: rpm: Replace mutex_lock_interruptible with mutex_lock mutex_lock_interruptible() bails on signal pending. Instead use the mutex_lock() variant and let the caller handle the pending signal condition. Change-Id: Idda3f13aeb15b16e1377facf6ad35b030a69b85a Signed-off-by: Praveen Chidambaram <pchidamb@codeaurora.org>