forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/arm/arxescsi.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/drivers/scsi/arm/arxescsi.c
34 *
....@@ -245,7 +246,7 @@
245246 .can_queue = 0,
246247 .this_id = 7,
247248 .sg_tablesize = SG_ALL,
248
- .use_clustering = DISABLE_CLUSTERING,
249
+ .dma_boundary = PAGE_SIZE - 1,
249250 .proc_name = "arxescsi",
250251 };
251252