From: Andrew Vasquez Date: Sat, 27 Aug 2005 02:09:20 +0000 (-0700) Subject: [SCSI] qla2xxx: Remove redundant call to pci_unmap_sg(). X-Git-Tag: v2.6.14-rc1~522^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131736d34ebc3251d79ddfd08a5e57a3e86decd4;p=pandora-kernel.git [SCSI] qla2xxx: Remove redundant call to pci_unmap_sg(). In a corner-case failure where the request-q does not contain enough entries for a given request, pci_unmap_sg() would be called twice. Remove direct call and let the failure-path logic handle the unmapping. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed