Skip to content
Commit a4b6fec9 authored by Jonghwa Lee's avatar Jonghwa Lee Committed by Zhang Rui
Browse files

Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.



This patch fixes small bug on cpu_cooling. CPU cooling device has own
id generated with idr mathod. However in the previous version, it swapped
to all same id at last stage of probing as 0. This makes id's collision and
also occures error when it releases that id.

Signed-off-by: default avatarJonghwa Lee <jonghwa3.lee@samsung.com>
parent 79e093c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment