aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2018-12-08 10:00:42 -0600
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-12-12 13:54:28 +0100
commitf9dca0f0675e7249e10bba259392a582836e5e6e (patch)
tree16d10d380b5b6f67594c0a6ec1569de98f9c3c8e /drivers/power
parentPM / AVS: SmartReflex: NULL check before some freeing functions is not needed (diff)
downloadlinux-dev-f9dca0f0675e7249e10bba259392a582836e5e6e.tar.xz
linux-dev-f9dca0f0675e7249e10bba259392a582836e5e6e.zip
PM / AVS: SmartReflex: Switch to SPDX Licence ID
Fix up licensing to be inline with Linux conventions. Signed-off-by: Nishanth Menon <nm@ti.com> Acked-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/avs/smartreflex.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/power/avs/smartreflex.c b/drivers/power/avs/smartreflex.c
index 25669f18e223..c96c01e09740 100644
--- a/drivers/power/avs/smartreflex.c
+++ b/drivers/power/avs/smartreflex.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* OMAP SmartReflex Voltage Control
*
@@ -11,10 +12,6 @@
*
* Copyright (C) 2007 Texas Instruments, Inc.
* Lesly A M <x0080970@ti.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/module.h>