commit | 4f20ef4f57aa52fd3356c143a8f3d2bd18dc61fc | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu May 12 06:00:31 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:48 2011 -0700 |
tree | 27c2c01305cad71eb6ebaf96e67ad3ce8d834c30 | |
parent | 5b1d4af25186f5d23dae7a538d8472dacd9486c8 [diff] |
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 <dan.j.williams@intel.com>