commit | b5cbf083736e14911c32fca2a93c540a92e8413d | [log] [tgz] |
---|---|---|
author | Joe Eykholt <jeykholt@cisco.com> | Tue Aug 25 14:01:44 2009 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Sep 10 12:07:46 2009 -0500 |
tree | 7495e2e08d2d7ee71abfb674700c9a631a478c54 | |
parent | cdbe6dfece038e75214735d56cd06319b9a6df46 [diff] |
[SCSI] libfc: simplify fc_lport_rport_callback The lport rport callback can only be called for the dNS rport, since its the only rport who's ops point to that function. Remove unnecessary checking and debug messages. Put the locking outside the switch statement as a simplification. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>