]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ata: libahci: Clean-up the ahci_platform_en/disable_phys functions
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 15 Jan 2015 14:09:35 +0000 (15:09 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 19 Jan 2015 14:53:25 +0000 (09:53 -0500)
commit6033798121e154005cd537c192729025c9da8901
tree7b61b96b271f33905159fc70ac85cf4ee14567e4
parent5bc27ef72719acb1cf745f16ce5583b57ea660aa
ata: libahci: Clean-up the ahci_platform_en/disable_phys functions

The phy_ functions handle the NULL pointer case, so there is no need
to skip them if there is a NULL pointer. Moreover, after the error
label there is already no check on the pointer. This patch removes the
unnecessary tests and brings some consistency.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci_platform.c