hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/misc/ad525x_dpot-spi.c
....@@ -1,9 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for the Analog Devices digital potentiometers (SPI bus)
34 *
45 * Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc.
5
- *
6
- * Licensed under the GPL-2 or later.
76 */
87
98 #include <linux/spi/spi.h>
....@@ -140,7 +139,7 @@
140139
141140 module_spi_driver(ad_dpot_spi_driver);
142141
143
-MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
142
+MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
144143 MODULE_DESCRIPTION("digital potentiometer SPI bus driver");
145144 MODULE_LICENSE("GPL");
146145 MODULE_ALIAS("spi:ad_dpot");