From: Dan Carpenter Date: Tue, 19 Nov 2013 21:28:06 +0000 (-0800) Subject: Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer() X-Git-Tag: v3.13-rc2~32^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64da05fb746c6ff5bcb9abeaa52684d1b08a2b9;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed