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)
commit67ffdb529b4ec9833f73947dec01eaa78dd53c3d
tree341a322ef9d27c165598fa62113a8eae5bdf3242
parenta5e9b937fa91b3f404618b5281c3239bd1f09c7b
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