[SCSI] libfc: correct RPORT_TO_PRIV usage
authorRobert Love <robert.w.love@intel.com>
Fri, 27 Feb 2009 18:55:23 +0000 (10:55 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 6 Mar 2009 21:41:16 +0000 (15:41 -0600)
commit23f11f9076fcd6ee20c56e413b11f1b5658e3f82
tree84ff5ed722b5a12404d1d839158325d407b11abc
parent5101ff99f59aefb72e0c96e82aa32048ac9f8425
[SCSI] libfc: correct RPORT_TO_PRIV usage

We only need to use this macro when assigning a value to
rport->dd_data. All other accesses should just use dd_data.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libfc/fc_disc.c