mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
99d23f60af17d0d6de656fba6a17578d52fadc4a
SFC driver performs runtime PM operations on the parent device of SFC. This is not necessary as runtime get/put() calls on the SFC device itself would be sufficient. Because SFC device is child of AHUB device and resuming child would resume parent device as well. This does not fix any functional issue, but just makes code more easy to read. Bug 200698314 Change-Id: Ia4ce4b45b8681d2db15af96f61433643dd4f3916 Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Description
No description provided