From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- kernel/arch/arm/mach-imx/src.c | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/kernel/arch/arm/mach-imx/src.c b/kernel/arch/arm/mach-imx/src.c index 495d85d..f52f371 100644 --- a/kernel/arch/arm/mach-imx/src.c +++ b/kernel/arch/arm/mach-imx/src.c @@ -1,13 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2011 Freescale Semiconductor, Inc. * Copyright 2011 Linaro Ltd. - * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html */ #include <linux/init.h> @@ -48,9 +42,6 @@ unsigned long flags; int bit; u32 val; - - if (!src_base) - return -ENODEV; if (sw_reset_idx >= ARRAY_SIZE(sw_reset_bits)) return -EINVAL; -- Gitblit v1.6.2