summaryrefslogtreecommitdiff
path: root/drivers/misc/cs5535-mfgpt.c
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-07-20 20:24:32 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-07-20 23:25:41 (GMT)
commitd45840d9f04be4d8c0288066f37bca3a448f7471 (patch)
tree42243d935b254fde2157005ca00ccdfb95046c7d /drivers/misc/cs5535-mfgpt.c
parentb8ab9f82025adea77864115da73e70026fa4f540 (diff)
downloadlinux-d45840d9f04be4d8c0288066f37bca3a448f7471.tar.xz
Andres has moved
My Collabora address is no longer enabled - update the MODULE_AUTHOR fields of drivers to my current email address. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/cs5535-mfgpt.c')
-rw-r--r--drivers/misc/cs5535-mfgpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cs5535-mfgpt.c b/drivers/misc/cs5535-mfgpt.c
index 9bec24d..2d44b33 100644
--- a/drivers/misc/cs5535-mfgpt.c
+++ b/drivers/misc/cs5535-mfgpt.c
@@ -366,6 +366,6 @@ static int __init cs5535_mfgpt_init(void)
module_init(cs5535_mfgpt_init);
-MODULE_AUTHOR("Andres Salomon <dilinger@collabora.co.uk>");
+MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>");
MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver");
MODULE_LICENSE("GPL");