Skip to content

Commit

Permalink
mux: adgs1408: use the correct MODULE_LICENSE
Browse files Browse the repository at this point in the history
The file is GPL v2 or later.

Acked-by: Mircea Caprioru <mircea.caprioru@analog.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Rosin authored and Greg Kroah-Hartman committed Oct 12, 2018
1 parent 6b3944e commit 38a1260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mux/adgs1408.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ module_spi_driver(adgs1408_driver);

MODULE_AUTHOR("Mircea Caprioru <mircea.caprioru@analog.com>");
MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

0 comments on commit 38a1260

Please sign in to comment.