[SCSI] ibmvscsi: remove unnecessary map_sg check
commited3a3633b798a15281f9c9a89a7e74d4bdd02ebe
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 23 Jul 2007 00:28:39 +0000 (23 09:28 +0900)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 31 Jul 2007 15:31:55 +0000 (31 10:31 -0500)
tree07ad05b1c80db1b3bbb076d051c1d7dba58cd774
parent7936a892e72498a05b9a7fb1fec6506d65c8e435
[SCSI] ibmvscsi: remove unnecessary map_sg check

No need to check use_sg since sg_tablesize is set appropriately in the
scsi host template.

Brian King's patch (2a7309372fe56ae46c499b772d811ad31c501dd9) did this
cleanup but the data buffer accessors patch (written before the patch
and merged after it) restored the check.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ibmvscsi/ibmvscsi.c