PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 17 Nov 2015 05:25:06 +0000 (14:25 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 13 Jan 2016 08:30:32 +0000 (17:30 +0900)
commitdf678ff7531990ba11cc0b921609a7e229d1323c
tree09ab516a9570840f85736b5e4bef920e12ba1feb
parentafd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc
PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()

This patch just removes the error log when
devfreq_event_get_edev_by_phandle() fail to get the instance of
devfreq-event device. It is related to sequence of the probe() of each
driver. So, this error log might show the always during kernel booting.
Each driver using this function can show the appropriate error log.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq-event.c