From: Joe Eykholt Date: Tue, 25 Aug 2009 21:01:44 +0000 (-0700) Subject: [SCSI] libfc: simplify fc_lport_rport_callback X-Git-Tag: v2.6.32-rc1~689^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5cbf083736e14911c32fca2a93c540a92e8413d;p=pandora-kernel.git [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 Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed