]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers: thermal: add check when unregistering cpu cooling
authorEduardo Valentin <eduardo.valentin@ti.com>
Thu, 15 Aug 2013 14:54:46 +0000 (10:54 -0400)
committerEduardo Valentin <eduardo.valentin@ti.com>
Tue, 3 Sep 2013 13:10:34 +0000 (09:10 -0400)
commit50e66c7ed8a1cd7e933628f9f5cf2617394adf5a
tree0b154f231362ca7886519f432f03f3b0a9eaf12b
parenta8892d83894bcbd2717846cfa85955152b73453f
drivers: thermal: add check when unregistering cpu cooling

This patch avoids NULL pointer accesses while unregistering
cpu cooling devices, in case a NULL pointer is received.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
drivers/thermal/cpu_cooling.c