]> git.baikalelectronics.ru Git - kernel.git/commit
isci: cleanup remote device construction and comments
authorDan Williams <dan.j.williams@intel.com>
Mon, 25 Apr 2011 18:48:29 +0000 (11:48 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:00:38 +0000 (04:00 -0700)
commitaa96c8d1b11ef4da2689d7abad638337d2c53733
tree3c1318c4793a43ac7dd9b08522a1ab102b281dcf
parentcb433b79d015c01f3d09fcd440b0c7e55565162a
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>
drivers/scsi/isci/remote_device.c