From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- kernel/drivers/iio/adc/ti-adc12138.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/iio/adc/ti-adc12138.c b/kernel/drivers/iio/adc/ti-adc12138.c index 4517d77..fcd5d39 100644 --- a/kernel/drivers/iio/adc/ti-adc12138.c +++ b/kernel/drivers/iio/adc/ti-adc12138.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * ADC12130/ADC12132/ADC12138 12-bit plus sign ADC driver * * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com> - * - * This file is subject to the terms and conditions of version 2 of - * the GNU General Public License. See the file COPYING in the main - * directory of this archive for more details. * * Datasheet: http://www.ti.com/lit/ds/symlink/adc12138.pdf */ @@ -415,7 +412,6 @@ init_completion(&adc->complete); indio_dev->name = spi_get_device_id(spi)->name; - indio_dev->dev.parent = &spi->dev; indio_dev->info = &adc12138_info; indio_dev->modes = INDIO_DIRECT_MODE; -- Gitblit v1.6.2