]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: iproc: Delete unnecessary checks before phy calls
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 28 Jun 2015 14:42:04 +0000 (16:42 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 14 Jul 2015 19:59:52 +0000 (14:59 -0500)
commit93972d18bbaba6f34e21742400b6e7461edc4837
tree6c7b4216e551976034ea01e5300a4d4d14be51bd
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
PCI: iproc: Delete unnecessary checks before phy calls

The functions phy_exit() and phy_power_off() test whether their argument is
NULL and then return immediately.  Thus the test around the calls is not
needed.

This issue was detected by using the Coccinelle software.

[bhelgaas: also phy_init() and phy_power_on(), as Ray Jui suggested]
[bhelgaas: also remove tests in iproc_pcie_remove()]
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
drivers/pci/host/pcie-iproc.c