commit | b64da05fb746c6ff5bcb9abeaa52684d1b08a2b9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Nov 19 13:28:06 2013 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Nov 20 21:15:31 2013 -0800 |
tree | 033d51b5ae9914a0b1bb25596fb71bc7e56547f6 | |
parent | 0221e670cd25bb41062031eaa653f6447707abc6 [diff] |
Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer() The transaction task here is hp_sdc_tasklet() and it releases the lock. The problem is if we aren't able to queue the transaction then we need to release the lock ourselves. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>