Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: at32ap700x: update author email

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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Hans-Christian Egtvedt and committed by
Alexandre Belloni
3090ac0a 9bb698c6

+1 -1
+1 -1
drivers/rtc/rtc-at32ap700x.c
··· 282 282 283 283 module_platform_driver_probe(at32_rtc_driver, at32_rtc_probe); 284 284 285 - MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>"); 285 + MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>"); 286 286 MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x"); 287 287 MODULE_LICENSE("GPL");