HACK: lib/kobject_uevent.c: ignore thermal uevent when suspend
authorHuang, Tao <huangtao@rock-chips.com>
Fri, 26 Aug 2016 11:19:04 +0000 (19:19 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 26 Aug 2016 11:44:52 +0000 (19:44 +0800)
commit58f443ef96965f083dda689adafa404bd321877c
tree34b938d284319b583622fb8517abb6bbb5dfc02c
parent83fb4e1f93adb50a1c90d1554e72a0d64ce6eb57
HACK: lib/kobject_uevent.c: ignore thermal uevent when suspend

Android healthd try to listen power_supply subsystem uevent,
but which will block system from suspend on big.LITTLE system
because thermal_cooling_device_unregister will called when
cpufreq_exit. So ignore this uevent when suspend.

Change-Id: I35948498916560d5ec75fe561c9e9d588663ad22
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
lib/kobject_uevent.c