kernel/drivers/scsi/arm/arxescsi.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * linux/drivers/scsi/arm/arxescsi.c 3 4 * .. .. @@ -245,7 +246,7 @@ 245 246 .can_queue = 0, 246 247 .this_id = 7, 247 248 .sg_tablesize = SG_ALL, 248 - .use_clustering = DISABLE_CLUSTERING,249 + .dma_boundary = PAGE_SIZE - 1,249 250 .proc_name = "arxescsi", 250 251 }; 251 252