]> 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)
commitc97663e5b821ff86486cd6a5677df5899cf5ea2a
tree341a322ef9d27c165598fa62113a8eae5bdf3242
parent5f76e249c1516dfb8b5e4152174ffb9b914d3619
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