• D
    isci: clarify phy to port lookups · 4f20ef4f
    Dan Williams 提交于
    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: NDan Williams <dan.j.williams@intel.com>
    4f20ef4f
host.c 100.6 KB