.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for the Analog Devices digital potentiometers (SPI bus) |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc. |
---|
5 | | - * |
---|
6 | | - * Licensed under the GPL-2 or later. |
---|
7 | 6 | */ |
---|
8 | 7 | |
---|
9 | 8 | #include <linux/spi/spi.h> |
---|
.. | .. |
---|
140 | 139 | |
---|
141 | 140 | module_spi_driver(ad_dpot_spi_driver); |
---|
142 | 141 | |
---|
143 | | -MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); |
---|
| 142 | +MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>"); |
---|
144 | 143 | MODULE_DESCRIPTION("digital potentiometer SPI bus driver"); |
---|
145 | 144 | MODULE_LICENSE("GPL"); |
---|
146 | 145 | MODULE_ALIAS("spi:ad_dpot"); |
---|