summary refs log tree commit diff
path: root/drivers/scsi/u14-34f.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-09-17 15:29:44 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-10-16 11:24:44 +0200
commit7530c20f2ab2f55b99c666b03728df7d8b59a80c (patch)
tree3cec3034fb380076dab3412e6a536c7af3700a11 /drivers/scsi/u14-34f.c
parent633ed113d477c1a8c77d5fe3574c410ea52f58cc (diff)
downloadlinux-7530c20f2ab2f55b99c666b03728df7d8b59a80c.tar.gz
Fixup u14-34f ENABLE_SG_CHAINING
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/scsi/u14-34f.c')
-rw-r--r--drivers/scsi/u14-34f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c
index d6cb549a60ca..7edd6ceb13b2 100644
--- a/drivers/scsi/u14-34f.c
+++ b/drivers/scsi/u14-34f.c
@@ -450,7 +450,7 @@ static struct scsi_host_template driver_template = {
                 .slave_configure         = u14_34f_slave_configure,
                 .this_id                 = 7,
                 .unchecked_isa_dma       = 1,
-                .use_clustering          = ENABLE_CLUSTERING
+                .use_clustering          = ENABLE_CLUSTERING,
                 .use_sg_chaining         = ENABLE_SG_CHAINING,
                 };