commit | b87ee3075b090e1dd0bdf40b295142b606d55e64 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Mon Apr 25 11:48:29 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:00:38 2011 -0700 |
tree | 3c1318c4793a43ac7dd9b08522a1ab102b281dcf | |
parent | 88f3b62ac131e2549b6c262cacbd47e8cca42d6e [diff] |
isci: cleanup remote device construction and comments The construction routines scic_remote_device_[de]a_construct both reference the need to call scic_remote_device_construct first. Delete that comment and just have them call it explicitly, also: * move the comments from header to source * delete dead references to scic_[de]a_remote_device_add_phy Signed-off-by: Dan Williams <dan.j.williams@intel.com>