thermal:core:fix: Check return code of the ->get_max_state() callback
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 18 Nov 2014 10:16:30 +0000 (11:16 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 9 Dec 2014 01:32:56 +0000 (21:32 -0400)
commit9a3031dc3e7a5edfeb52ae8951f8bcd927351854
tree27b350a5c4033f34bbfc7a35d54d041ecc595b26
parent73904cbc1a5a5143323743209257d4668fadc7f3
thermal:core:fix: Check return code of the ->get_max_state() callback

The return code from ->get_max_state() callback was not checked during
binding cooling device to thermal zone device.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/thermal_core.c