aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-04-17 23:02:01 +0200
committerEduardo Valentin <edubezval@gmail.com>2017-04-23 08:54:52 -0700
commitcb9b323b5395d0d0cea2922d4f8ad588cf064f46 (patch)
tree4076bd09703f7795432341adbf3919de79b5c643 /drivers/thermal
parentthermal: da9062/61: Thermal junction temperature monitoring driver (diff)
downloadlinux-dev-cb9b323b5395d0d0cea2922d4f8ad588cf064f46.tar.xz
linux-dev-cb9b323b5395d0d0cea2922d4f8ad588cf064f46.zip
thermal: broadcom: ns: specify myself as MODULE_AUTHOR
Just in case someone uses modinfo to find (blame) me. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/broadcom/ns-thermal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/ns-thermal.c b/drivers/thermal/broadcom/ns-thermal.c
index 80ad32c6b2df..322e741a2463 100644
--- a/drivers/thermal/broadcom/ns-thermal.c
+++ b/drivers/thermal/broadcom/ns-thermal.c
@@ -101,5 +101,6 @@ static struct platform_driver ns_thermal_driver = {
};
module_platform_driver(ns_thermal_driver);
+MODULE_AUTHOR("Rafał Miłecki <rafal@milecki.pl>");
MODULE_DESCRIPTION("Northstar thermal driver");
MODULE_LICENSE("GPL v2");