]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit2a7309372fe56ae46c499b772d811ad31c501dd9
treed000f69cc8fc62071c039fa75c99e28e62614c98
parent0ea7154fbc740e8c44f6175fc44c4e56fbbbdc0f
[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>
drivers/scsi/ibmvscsi/ibmvscsi.c