]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: proximity: pulsedlight-lidar-lite-v2: cleanup power management
authorMatt Ranostay <mranostay@gmail.com>
Sat, 15 Oct 2016 18:04:37 +0000 (11:04 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:34:26 +0000 (19:34 +0100)
commita84a6a8aa0f6e02dec63a2ff69946f80785e35b9
tree7a8e771419f830f5c8385ded943df7a7205ee063
parent815bbc87462ae6e5b4d126f6e698fb990270c891
iio: proximity: pulsedlight-lidar-lite-v2: cleanup power management

Remove pm_runtime_mark_last_busy() call that wasn't need in the probe
since the device should be put to sleep.

Clarification from Matt:
Basically it going to be suspended once pm_runtime_idle() is called,
and setting the last busy is useless and not needed.
Clearly this doesn't affect the device running but just makes the code
more consistent with other uses.

Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c