| Submitter | Hans-Christian Egtvedt |
|---|---|
| Date | June 28, 2011, 3:03 p.m. |
| Message ID | <1309273417-8884-1-git-send-email-hans-christian.egtvedt@atmel.com> |
| Download | mbox | patch |
| Permalink | /patch/102400/ |
| State | New |
| Headers | show |
Comments
Patch
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 <hcegtvedt@atmel.com>"); +MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>"); MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x"); MODULE_LICENSE("GPL");
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 <hans-christian.egtvedt@atmel.com> --- drivers/rtc/rtc-at32ap700x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)