]> git.baikalelectronics.ru Git - kernel.git/commit
PM / devfreq: remove double put_device
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 16 May 2016 02:41:57 +0000 (11:41 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 22 Jun 2016 04:52:52 +0000 (13:52 +0900)
commit667bc3458090cd3026e5207a4c72e8b59d1952d3
tree341a322ef9d27c165598fa62113a8eae5bdf3242
parent5b969b38067c6732fea3229df40c9ac9267e25ec
PM / devfreq: remove double put_device

When device_register() returns with error, it has already
done put_device() on the input device pointer.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq.c