]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Thermal: Fix oops and unlocking in thermal_sys.c
authorHugh Dickins <hughd@google.com>
Thu, 27 Sep 2012 23:48:28 +0000 (16:48 -0700)
committerZhang Rui <rui.zhang@intel.com>
Thu, 18 Oct 2012 01:59:20 +0000 (09:59 +0800)
commit0c302f8d03cab0b59530a8673a62bcf0ccbff81d
treef55266bb3058cabac1a9929ef527c98a2a728043
parent902e10ed4810922170a5cfdb7d69ac83f61e1686
Thermal: Fix oops and unlocking in thermal_sys.c

This patch fixes the following mutex and NULL pointer
problems in thermal_sys.c:

 * mutex_unlock fix in update_temperature function
 * mutex_unlock fix in bind_cdev function
 * Correct early return to continue in bind_cdev function
 * NULL check fix in bind_cdev function
 * NULL check fix in bind_tz function

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Reported-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Hugh Dickins <hughd@google.com>
drivers/thermal/thermal_sys.c