hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/iio/dac/ad8801.c
....@@ -1,16 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * IIO DAC driver for Analog Devices AD8801 DAC
34 *
45 * Copyright (C) 2016 Gwenhael Goavec-Merou
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License, version 2, as
7
- * published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful, but
10
- * WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
- * General Public License for more details.
13
- *
146 */
157
168 #include <linux/iio/iio.h>
....@@ -179,7 +171,6 @@
179171 }
180172
181173 spi_set_drvdata(spi, indio_dev);
182
- indio_dev->dev.parent = &spi->dev;
183174 indio_dev->info = &ad8801_info;
184175 indio_dev->modes = INDIO_DIRECT_MODE;
185176 indio_dev->channels = ad8801_channels;