ARM i.MX6DL: dts: add clock and mux configuration for LDB
[deliverable/linux.git] / block / blk-merge.c
index 936a110de0b9c63ac8a3ab6d44d80d60d5533088..5f2448253797710c7d059a16ea5477e2354bcc60 100644 (file)
@@ -143,7 +143,7 @@ new_segment:
                         * termination bit to avoid doing a full
                         * sg_init_table() in drivers for each command.
                         */
-                       (*sg)->page_link &= ~0x02;
+                       sg_unmark_end(*sg);
                        *sg = sg_next(*sg);
                }
 
This page took 0.02471 seconds and 5 git commands to generate.