Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430256

[PATCH 2/5] hwmon: (tmp102) Drop FSF address

From Guenter Roeck <linux@roeck-us.net>
Newsgroups linux.kernel
Subject [PATCH 2/5] hwmon: (tmp102) Drop FSF address
Date 2016-06-24 02:30 +0200
Message-ID <rNnaq-QK-3@gated-at.bofh.it> (permalink)
References <rNnap-QK-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The FSF address can change, so drop it from the driver.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/hwmon/tmp102.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c
index befd06b6f3a5..5bdf262e6a0e 100644
--- a/drivers/hwmon/tmp102.c
+++ b/drivers/hwmon/tmp102.c
@@ -11,10 +11,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <linux/module.h>
-- 
2.5.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-24 02:30 +0200
  [PATCH 2/5] hwmon: (tmp102) Drop FSF address Guenter Roeck <linux@roeck-us.net> - 2016-06-24 02:30 +0200
  [PATCH 3/5] hwmon: (tmp102) Improve handling of initial read delay Guenter Roeck <linux@roeck-us.net> - 2016-06-24 02:30 +0200
  [PATCH 5/5] hwmon: (tmp102) Convert to use regmap, and drop local cache Guenter Roeck <linux@roeck-us.net> - 2016-06-24 02:30 +0200
  [PATCH 4/5] hwmon: (tmp102) Rework chip configuration Guenter Roeck <linux@roeck-us.net> - 2016-06-24 02:30 +0200
  Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Nishanth Menon <nm@ti.com> - 2016-06-24 16:20 +0200
    Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-24 16:40 +0200
      Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-24 17:00 +0200
        Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Nishanth Menon <nm@ti.com> - 2016-06-24 17:30 +0200
          Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Nishanth Menon <nm@ti.com> - 2016-06-24 17:40 +0200
          Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-24 18:40 +0200
            Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Nishanth Menon <nm@ti.com> - 2016-06-24 20:10 +0200
              Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-24 20:20 +0200
                Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Nishanth Menon <nm@ti.com> - 2016-06-24 20:30 +0200
                Re: [PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register  cleanup function Guenter Roeck <linux@roeck-us.net> - 2016-06-25 03:30 +0200

csiph-web