From patchwork Tue Jun 28 15:03:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Christian Egtvedt X-Patchwork-Id: 102400 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-fx0-f56.google.com (mail-fx0-f56.google.com [209.85.161.56]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 78BDAB6F5A for ; Wed, 29 Jun 2011 00:57:55 +1000 (EST) Received: by fxg17 with SMTP id 17sf333646fxg.11 for ; Tue, 28 Jun 2011 07:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=mime-version:x-beenthere:received-spf:from:to:cc:subject:date :message-id:x-mailer:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=rHnj2UvYbkNxRSbXrPCi0H/rkFuM5+nOcHQtA/T/dxk=; b=iQuwPGJw4FyVbbSLUhUNaf5JROHVJj0M7bthrnUoeGjTtBZ8EkJ4juQEKOmw+lUQQj TdSdRO1dFkd5ntIIuUNeKEOptEz5sBzzadDagDx9/VOYv8Z3VVnloEOFrmOmNFO7EIer Mpua+9kMACOzMuRkho1P70CTRehg7y7za0ouQ= Received: by 10.223.81.195 with SMTP id y3mr1548155fak.43.1309273070591; Tue, 28 Jun 2011 07:57:50 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.204.16.207 with SMTP id p15ls2101bka.3.gmail; Tue, 28 Jun 2011 07:57:47 -0700 (PDT) Received: by 10.204.142.195 with SMTP id r3mr864659bku.1.1309273067076; Tue, 28 Jun 2011 07:57:47 -0700 (PDT) Received: by 10.204.142.195 with SMTP id r3mr864658bku.1.1309273067058; Tue, 28 Jun 2011 07:57:47 -0700 (PDT) Received: from forward.atmel.no (forward.atmel.no [194.19.124.53]) by gmr-mx.google.com with ESMTP id j17si149199bkt.3.2011.06.28.07.57.45; Tue, 28 Jun 2011 07:57:46 -0700 (PDT) Received-SPF: neutral (google.com: 194.19.124.53 is neither permitted nor denied by best guess record for domain of hcegtvedt@norway.atmel.com) client-ip=194.19.124.53; Received: from norsmtp01.norway.atmel.com (unknown [10.191.254.110]) by forward.atmel.no (Postfix) with ESMTP id 7EF2928185; Tue, 28 Jun 2011 16:57:45 +0200 (CEST) Received: from ssg-0.norway.atmel.com (unknown [10.191.252.7]) by norsmtp01.norway.atmel.com (Postfix) with ESMTP id 4288636815F; Tue, 28 Jun 2011 16:57:42 +0200 (CEST) Received: from hcegtvedt by ssg-0.norway.atmel.com with local (Exim 4.74) (envelope-from ) id 1QbZpC-0002Jq-R2; Tue, 28 Jun 2011 17:03:38 +0200 From: Hans-Christian Egtvedt To: a.zummo@towertech.it, rtc-linux@googlegroups.com Cc: Hans-Christian Egtvedt Subject: [rtc-linux] [PATCH] rtc: update author email for rtc-at32ap700x Date: Tue, 28 Jun 2011 17:03:37 +0200 Message-Id: <1309273417-8884-1-git-send-email-hans-christian.egtvedt@atmel.com> X-Mailer: git-send-email 1.7.4.1 X-Original-Sender: hans-christian.egtvedt@atmel.com X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.19.124.53 is neither permitted nor denied by best guess record for domain of hcegtvedt@norway.atmel.com) smtp.mail=hcegtvedt@norway.atmel.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: Sender: rtc-linux@googlegroups.com List-Subscribe: , List-Unsubscribe: , This patch updates the email address of the rtc-at32ap700x driver supported by me to an email account I will use on a more regular basis in the future. Signed-off-by: Hans-Christian Egtvedt --- drivers/rtc/rtc-at32ap700x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/rtc-at32ap700x.c b/drivers/rtc/rtc-at32ap700x.c index e725d51..402e52f 100644 --- a/drivers/rtc/rtc-at32ap700x.c +++ b/drivers/rtc/rtc-at32ap700x.c @@ -314,6 +314,6 @@ static void __exit at32_rtc_exit(void) } module_exit(at32_rtc_exit); -MODULE_AUTHOR("Hans-Christian Egtvedt "); +MODULE_AUTHOR("Hans-Christian Egtvedt "); MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x"); MODULE_LICENSE("GPL");