Skip to content

Commit 62bf2fa

Browse files
committed
misc: update maintainer email address and description for atmel-ssc
I have changed my overall maintainer email address to the samfundet.no domain, hence update the atmel-ssc module to reflect that. Also remove the AVR32 reference, since the AVR32 architecture no longer exist in the Linux kernel. Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
1 parent 53291cb commit 62bf2fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/misc/atmel-ssc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static struct platform_driver ssc_driver = {
276276
};
277277
module_platform_driver(ssc_driver);
278278

279-
MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
280-
MODULE_DESCRIPTION("SSC driver for Atmel AVR32 and AT91");
279+
MODULE_AUTHOR("Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>");
280+
MODULE_DESCRIPTION("SSC driver for Atmel AT91");
281281
MODULE_LICENSE("GPL");
282282
MODULE_ALIAS("platform:ssc");

0 commit comments

Comments
 (0)