commit | 2a7309372fe56ae46c499b772d811ad31c501dd9 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Wed Jun 13 17:12:11 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Jun 17 15:51:45 2007 -0500 |
tree | d000f69cc8fc62071c039fa75c99e28e62614c98 | |
parent | 0ea7154fbc740e8c44f6175fc44c4e56fbbbdc0f [diff] |
[SCSI] ibmvscsi: Remove unnecessary map_sg check 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>