diff mbox

stk17ta8: Renaming following split of GE Fanuc joint venture

Message ID 20100414110633.8262.24316.stgit@ES-J7S4D2J.amer.consind.ge.com
State Accepted
Headers show

Commit Message

Martyn Welch April 14, 2010, 11:08 a.m. UTC
This patch corrects author and copyright notices in the stk17ta8 driver
following the split-up of the GE Fanuc joint venture.

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Acked-by: Thomas Hommel <thomas.hommel@ge.com>
---

Hi Jiri, here's another trivial patch. Sorry for not sending this with the other one,
I wanted to check with the author before sending a patch.

Martyn

 drivers/rtc/rtc-stk17ta8.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



--
Martyn Welch (Principal Software Engineer)   |   Registered in England and
GE Intelligent Platforms                     |   Wales (3828642) at 100
T +44(0)127322748                            |   Barbirolli Square, Manchester,
E martyn.welch@ge.com                        |   M2 3AB  VAT:GB 927559189

Comments

Jiri Kosina April 14, 2010, 1:14 p.m. UTC | #1
On Wed, 14 Apr 2010, Martyn Welch wrote:

> This patch corrects author and copyright notices in the stk17ta8 driver
> following the split-up of the GE Fanuc joint venture.
> 
> Signed-off-by: Martyn Welch <martyn.welch@ge.com>
> Acked-by: Thomas Hommel <thomas.hommel@ge.com>
> ---
> 
> Hi Jiri, here's another trivial patch. Sorry for not sending this with the other one,
> I wanted to check with the author before sending a patch.
> 
> Martyn
> 
>  drivers/rtc/rtc-stk17ta8.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/rtc/rtc-stk17ta8.c b/drivers/rtc/rtc-stk17ta8.c
> index 875ba09..b53a001 100644
> --- a/drivers/rtc/rtc-stk17ta8.c
> +++ b/drivers/rtc/rtc-stk17ta8.c
> @@ -1,7 +1,7 @@
>  /*
>   * A RTC driver for the Simtek STK17TA8
>   *
> - * By Thomas Hommel <thomas.hommel@gefanuc.com>
> + * By Thomas Hommel <thomas.hommel@ge.com>
>   *
>   * Based on the DS1553 driver from
>   * Atsushi Nemoto <anemo@mba.ocn.ne.jp>
> @@ -382,7 +382,7 @@ static __exit void stk17ta8_exit(void)
>  module_init(stk17ta8_init);
>  module_exit(stk17ta8_exit);
>  
> -MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>");
> +MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
>  MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
>  MODULE_LICENSE("GPL");
>  MODULE_VERSION(DRV_VERSION);

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/rtc/rtc-stk17ta8.c b/drivers/rtc/rtc-stk17ta8.c
index 875ba09..b53a001 100644
--- a/drivers/rtc/rtc-stk17ta8.c
+++ b/drivers/rtc/rtc-stk17ta8.c
@@ -1,7 +1,7 @@ 
 /*
  * A RTC driver for the Simtek STK17TA8
  *
- * By Thomas Hommel <thomas.hommel@gefanuc.com>
+ * By Thomas Hommel <thomas.hommel@ge.com>
  *
  * Based on the DS1553 driver from
  * Atsushi Nemoto <anemo@mba.ocn.ne.jp>
@@ -382,7 +382,7 @@  static __exit void stk17ta8_exit(void)
 module_init(stk17ta8_init);
 module_exit(stk17ta8_exit);
 
-MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>");
+MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
 MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_VERSION);