Loading drivers/iommu/iommu-debug.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2023,7 +2023,7 @@ static ssize_t iommu_debug_dma_unmap_write(struct file *file, invalid_format: pr_err_ratelimited("Invalid format. Expected: iova,len, dma attr\n"); return retval; return -EINVAL; } static const struct file_operations iommu_debug_dma_unmap_fops = { Loading Loading
drivers/iommu/iommu-debug.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2023,7 +2023,7 @@ static ssize_t iommu_debug_dma_unmap_write(struct file *file, invalid_format: pr_err_ratelimited("Invalid format. Expected: iova,len, dma attr\n"); return retval; return -EINVAL; } static const struct file_operations iommu_debug_dma_unmap_fops = { Loading