https://github.com/torvalds/linux
Revision 4f20ef4f57aa52fd3356c143a8f3d2bd18dc61fc authored by Dan Williams on 12 May 2011, 13:00:31 UTC, committed by Dan Williams on 03 July 2011, 11:04:48 UTC
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>
1 parent 5b1d4af
History
Tip revision: 4f20ef4f57aa52fd3356c143a8f3d2bd18dc61fc authored by Dan Williams on 12 May 2011, 13:00:31 UTC
isci: clarify phy to port lookups
Tip revision: 4f20ef4
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 966 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.9 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 189.8 KB
Makefile -rw-r--r-- 52.6 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top