projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633ed11
)
Fixup u14-34f ENABLE_SG_CHAINING
author
Andrew Morton
<akpm@linux-foundation.org>
Mon, 17 Sep 2007 13:29:44 +0000
(15:29 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 16 Oct 2007 09:24:44 +0000
(11:24 +0200)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/u14-34f.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/u14-34f.c
b/drivers/scsi/u14-34f.c
index d6cb549a60ca0eb12ab9d3868d869f92b5e26cd8..7edd6ceb13b26ba8447f8d4b9096fdfde94ee07a 100644
(file)
--- 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,
};