[SCSI] ibmvscsi: Remove unnecessary map_sg check
authorBrian King <brking@linux.vnet.ibm.com>
Wed, 13 Jun 2007 22:12:11 +0000 (17:12 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 17 Jun 2007 20:51:45 +0000 (15:51 -0500)
Since sg_tablesize is set appropriately in the scsi host template,
remove the unnecessary check to make sure it is not exceeded
following the dma_map_sg call.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found