[COMMON] thermal: gpu: Cast parameter type(KASAN bug)
authorSoomin Kim <sm8326.kim@samsung.com>
Fri, 23 Sep 2016 06:54:16 +0000 (15:54 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:13:27 +0000 (17:13 +0900)
commit8db2fd5358bd616dea98ad14abf07476d0c883e6
treeb17b854d6d1ed60db705f70b8c1153f94d75307c
parentf4c6a44aeaf90b15efe334b4699b5d62250d6b50
[COMMON] thermal: gpu: Cast parameter type(KASAN bug)

The notifier in gpu_notifier.c casts parameter
to 'unsinged long' type. So, there is a type
mispatch.

Change-Id: I02f501c4fb386cb5858960857dfbd78ecdcbccd0
Signed-off-by: Soomin Kim <sm8326.kim@samsung.com>
drivers/thermal/gpu_cooling.c