Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7530c20f authored by Andrew Morton's avatar Andrew Morton Committed by Jens Axboe
Browse files

Fixup u14-34f ENABLE_SG_CHAINING

parent 633ed113
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
                };