Loading drivers/staging/android/ion/ion.c +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion.c * * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -577,7 +577,8 @@ static int ion_sgl_sync_range(struct device *dev, struct scatterlist *sgl, break; if (i > 0) { pr_warn("Partial cmo only supported with 1 segment\n" pr_warn_ratelimited( "Partial cmo only supported with 1 segment\n" "is dma_set_max_seg_size being set on dev:%s\n", dev_name(dev)); return -EINVAL; Loading Loading
drivers/staging/android/ion/ion.c +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion.c * * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -577,7 +577,8 @@ static int ion_sgl_sync_range(struct device *dev, struct scatterlist *sgl, break; if (i > 0) { pr_warn("Partial cmo only supported with 1 segment\n" pr_warn_ratelimited( "Partial cmo only supported with 1 segment\n" "is dma_set_max_seg_size being set on dev:%s\n", dev_name(dev)); return -EINVAL; Loading