From: Dan Williams Date: Thu, 12 May 2011 13:00:31 +0000 (-0700) Subject: isci: clarify phy to port lookups X-Git-Tag: v3.0-rc6~1^2~1^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f20ef4f57aa52fd3356c143a8f3d2bd18dc61fc;p=pandora-kernel.git isci: clarify phy to port lookups While cleaning up the driver it is very tempting to convert scic_sds_get_* macros to their open coded equivalent. They are all just pointer dereferences *except* scic_sds_phy_get_port() which returns NULL if the phy is assigned to the dummy port. Clarify this by renaming it to phy_get_non_dummy_port(). Signed-off-by: Dan Williams --- Reading git-diff-tree failed