staging: mt7621-pci-phy: remove disable clock from the phy exit function
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 21 Jun 2019 06:15:16 +0000 (08:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2019 14:50:10 +0000 (16:50 +0200)
commit774dd15f81f7a812f0347215f32dabfe0fb69aa1
treeff26c34b378c0f642cef0cdf283cdeb4d8575029
parentcdf6f83b3cca8ba89b6e492c590282395df35470
staging: mt7621-pci-phy: remove disable clock from the phy exit function

The clock which has been used here is not about the phy but the pcie port.
It has been properly handled into host pcie driver code. Hence, remove it
from here which is the correct thing to do.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c